severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

Can't find DDG api wrapper #57

Closed lawfordp2017 closed 1 month ago

lawfordp2017 commented 1 month ago

I'm getting this message on startup:

Traceback (most recent call last): File "...../GraphRAG-Local-UI/api.py", line 21, in from web import DuckDuckGoSearchAPIWrapper ModuleNotFoundError: No module named 'web'

severian42 commented 1 month ago

Ah!!! Thank you so much for catching this! Uploading the web.py file right now. Got lost in the process of reorganizing

https://github.com/severian42/GraphRAG-Local-UI/blob/main/web.py