LightRAG icon indicating copy to clipboard operation
LightRAG copied to clipboard

[Bug]:visit the api "http://localhost:9621/query" with the Error{"response":"Sorry, I'm not able to provide an answer to that question.[no-context]"}

Open why6why opened this issue 7 months ago • 1 comments

Do you need to file an issue?

  • [x] I have searched the existing issues and this bug is not already filed.
  • [ ] I believe this is a legitimate bug, not just a question or feature request.

Describe the bug

We wanna execute this order "lightrag-gunicorn --workers 4", but the panel of the knowledge graph doesn't work with the panel of the document worked. whether do our setting which LLM is Qwen affect this result?

And at the same time, this error happens when we execute the following order: (deers) (base) ubuntu@VM-132-111-ubuntu:~/githubs/LightRAG-main$ curl -X POST "http://localhost:9621/query" -H "Content-Type: application/json" -d '{"query": "您的问题:给出大概得关系介绍", "mode": "hybrid"}' {"response":"Sorry, I'm not able to provide an answer to that question.[no-context]"}

Steps to reproduce

No response

Expected Behavior

No response

LightRAG Config Used

Paste your config here

Logs and screenshots

No response

Additional Information

  • LightRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:

why6why avatar May 22 '25 08:05 why6why

Please verify the pipeline status after document processing to confirm whether any entities have been extracted. Note that Light RAG requires an LLM with at least 32B parameters.

danielaskdd avatar May 24 '25 00:05 danielaskdd