labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://fastgpt.in
Other
15.58k stars 4.09k forks source link

当使用了api调用应用时如果传入了system参数会导致知识库失效 #1848

Closed Mgrsc closed 1 week ago

Mgrsc commented 3 weeks ago

例行检查

你的版本

问题描述, 日志截图 只要带有system-prompt参数使用api请求应用,知识库失效不会进行知识库搜索 image

将system-prompt设置为空,知识库依然不会进行调用搜索 image

删除system-prompt恢复正常 image

复现步骤 带有系统提示词进行请求

预期结果 无论是否带有system-prompt都应该进行知识库的搜索返回

c121914yu commented 1 week ago
image image

未发现问题,检查你的中间过程是否有影响

c121914yu commented 1 week ago

o 我想我可能知道是什么问题,应该是问题优化导致的,多了 system 后,历史记录截取出现了问题,导致问题优化结果异常,搜不到内容。