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

Local query cost too much time #71

Closed Tovi163 closed 1 month ago

Tovi163 commented 1 month ago

Use local query by UI (started by python app.py)

log: python -m graphrag.query --data ./indexing/output/20240729-142710/artifacts --method local --community_level 2 --response_type Multiple Paragraphs topic

someone give the advise python -m graphrag.query --data ./indexing/output/20240729-142710/artifacts --method local --root ./indexing --community_level 2 --response_type "Multiple Paragraphs" "topic"

ref:https://github.com/Ikaros-521/GraphRAG-Ollama-UI/issues/12

how to update the .py file, thanks