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

Global query not answered and local query not answered correctly #96

Open francis123455 opened 2 weeks ago

francis123455 commented 2 weeks ago

Unable to answer question when performing global search : SUCCESS: Global Search Response: I am sorry but I am unable to answer this question given the provided data. The answer given when doing a local search is not the textual answer but the answer inferred by the big model itself. What's the cause of this?

aldo-f8 commented 2 weeks ago

have you managed to solve this issue?

francis123455 commented 2 weeks ago

It didn't solve the problem. I changed the graphrag in the directory to Microsoft's official one, and then modified the code according to this link https://blog.csdn.net/vivisol/article/details/140873457. Global can reply, but the effect is not good. It should be a problem with the model and prompt words.