chatchat-space / Langchain-Chatchat

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
Apache License 2.0
31.79k stars 5.54k forks source link

[BUG] 无法匹配到任何Faiss数据库,但是可以匹配到chromadb数据库中的知识 #4233

Open frankSARU opened 4 months ago

frankSARU commented 4 months ago

问题描述 / Problem Description 我使用webui用同样的4篇论文构建知识库,发现faiss知识库永远都只能调用模型自己的回答。 chromadb的无论用什么嵌入模型都可以正确检索匹配

image chroma数据库问答结果,能正确检索到文章

image faiss数据库问答结果,采用了模型自己的回答,没有匹配到文章

image log输出中faiss数据库应该是正常加载了的

环境信息 / Environment Information

附加信息 / Additional Information 添加与问题相关的任何其他信息 / Add any other information related to the issue.

frankSARU commented 4 months ago

补充信息:该问题对sample数据库同样适用,无论什么关键词都无法匹配到faiss格式的sample数据库中的文档

frankSARU commented 4 months ago

image 补充信息:从详细输出中可以看出,在调用faiss数据库时,虽然成功load,但是rerank返回的是空值,Prompt也采用的是没有搜到知识库时使用的empty模板。

yanzengyun commented 3 months ago

遇到同样的问题,请问最后解决了吗

frankSARU commented 3 months ago

遇到同样的问题,请问最后解决了吗

仍未解决

liunux4odoo commented 1 month ago

安装最新版,把 score_threshold 调高一点试试?