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.69k stars 198 forks source link

Indexing Output Report the following errors #14

Closed lonnys closed 3 months ago

lonnys commented 3 months ago

🚀 Reading settings from /Users/lonny/VSCODE/GraphRAG-Ollama-UI/ragtest/settings.yaml

/Users/lonny/VSCODE/GraphRAG-Ollama-UI/.conda/lib/python3.10/site-packages/numpy/core/fromnumeric.py:59: FutureWarning: 'DataFrame.swapaxes' is deprecated and will be removed in a future version. Please use 'DataFrame.transpose' instead.

return bound(*args, **kwds)

Name: numpy Version: 1.25.2

lonnys commented 3 months ago

Friends who have passed the debugging, may I ask which version of Python did everyone use?

severian42 commented 3 months ago

Hey! Sorry for the late response. I use 3.11 for this but others have used 3.10 and it seemed to work. Let me know if you are still encountering issues and Ill see if I can help out