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.
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
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