infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
24.15k stars 2.35k forks source link

[Question]: Answering randomly when there is no knowledge in the knowledge base #3612

Closed liguoyu666 closed 3 days ago

liguoyu666 commented 5 days ago

Describe your problem

the llm first answers question about the lack of relevant knowledge in the knowledge base, but later it still answers some irrelevant content 微信截图_20241124154836

KevinHuSh commented 4 days ago

You need modify the prompt if no KB is involved.

liguoyu666 commented 4 days ago

You need modify the prompt if no KB is involved.

Thank you