You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/components/agents/python/deep_research/README-template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The workflow writes blog posts based on documents in the [data](./data) director
30
30
After starting the server, go to [http://localhost:8000](http://localhost:8000) and send a message to the agent to write a blog post.
31
31
E.g: "Write a post about AI investment in 2024"
32
32
33
-
To update the workflow, you can edit the [writer.py](./app/workflows/writer.py) file.
33
+
To update the workflow, you can edit the [deep_research.py](./app/workflows/deep_research.py) file.
34
34
35
35
By default, the workflow retrieves 10 results from your documents. To customize the amount of information covered in the answer, you can adjust the `TOP_K` environment variable in the `.env` file. A higher value will retrieve more results from your documents, potentially providing more comprehensive answers.
0 commit comments