assafelovic / gpt-researcher

LLM based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
Apache License 2.0
14k stars 1.81k forks source link

missing packages in requirements.txt #760

Open danieldekay opened 4 weeks ago

danieldekay commented 4 weeks ago

I just pulled the current master branch 322b73c and it is missing two packages in the requirements.txt

  1. json5
  2. langgraph
ElishaKay commented 4 weeks ago

Fixed here for docker-compose

We added a commit yesterday to install both the requirements.txt and multi_agents/requirements.txt within the Dockerfile.

Are you using the QuickStart in the readme?

We're discussing here in the discord if it's worthwhile to update the Quickstart Docs to install both requirement.txt files as well.

danieldekay commented 4 weeks ago

What about the poetry.toml? From what I have read it is there but not maintained. Throw it out?

ElishaKay commented 4 weeks ago

Green light on my end. @assafelovic are you leveraging that poetry.toml anywhere or is it safe to remove it & simply rely on requirements.txt?