Skip to content

Commit 45fc623

Browse files
authored
Update README.md
1 parent d0f6aa0 commit 45fc623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/graphy/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ python paper_scrapper.py --max-workers 4 --max-inspectors 500 --workflow <path_t
7070
> If no `workflow` provided, a default workflow configuration in `config/workflow.json` will be used.
7171
Ensure that the workflow configuration contains your custom LLM model settings by modifying the "llm_model" field.
7272

73+
The scraped data will be saved in the directory specified by [WF_OUTPUT_DIR](config/__init__.py), under a subdirectory named after your workflow ID (`<your_workflow_id>`).
74+
- If the default workflow configuration is used, the workflow ID is `test_paper_scrapper`.
75+
7376
# Run Backend Server
7477
A backend demo application is included in this project, accessible as a standalone server.
7578

0 commit comments

Comments
 (0)