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.76k stars 208 forks source link

Issues in running app.py #100

Open spsach opened 2 months ago

spsach commented 2 months ago

It seems like there are many modules that probable have not been installed through requirements.txt but are still being imported. I have seen 4 so far: Line 7: ModuleNotFoundError: No module named 'networks' Line 26: ModuleNotFoundError: No module named 'openai' Line 28: ModuleNotFoundError: No module named 'pyarrow' Line 36: ModuleNotFoundError: No module named 'graphrag.query'

It will help if we can either clarify in the documentation that we need to comment out certain statements in app.py or update the requiremnets.txt

Thanks a lot