deep-searcher icon indicating copy to clipboard operation
deep-searcher copied to clipboard

How to execute the main.py?

Open MrsBookik opened this issue 9 months ago • 4 comments

I want to run the "main.py". It provides me an error:

ModuleNotFoundError: No module named 'pymilvus'

So I do pip install pymilvus.

However, it follows with

ModuleNotFoundError: No module named 'langchain_core'

and so we are going from one pitfall into the next one.

Can someone please provide a requirements.txt so that the library would work? Maybe this is even a good candidate for a PR (but i am not experienced enough)

MrsBookik avatar Mar 27 '25 10:03 MrsBookik

In order to run the examples, many libs are missing in the requirements.txt:

  • pymilvius
  • langchain_core
  • termcolor
  • firecrawl (or crawl4ai)

If you are using Qdrant, you also need pip install qdrant-client

itinance avatar Mar 27 '25 11:03 itinance

requirements file: https://github.com/zilliztech/deep-searcher/blob/master/requirements.txt

SimFG avatar Mar 27 '25 11:03 SimFG

requirements file: https://github.com/zilliztech/deep-searcher/blob/master/requirements.txt

i did pip install -e ..

but it still missed important libs like I wrote.

MrsBookik avatar Mar 27 '25 13:03 MrsBookik