Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longbinlai authored Nov 23, 2024
1 parent d0f6aa0 commit 45fc623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/graphy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ python paper_scrapper.py --max-workers 4 --max-inspectors 500 --workflow <path_t
> If no `workflow` provided, a default workflow configuration in `config/workflow.json` will be used.
Ensure that the workflow configuration contains your custom LLM model settings by modifying the "llm_model" field.

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>`).
- If the default workflow configuration is used, the workflow ID is `test_paper_scrapper`.

# Run Backend Server
A backend demo application is included in this project, accessible as a standalone server.

Expand Down

0 comments on commit 45fc623

Please sign in to comment.