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.29k stars 3.99k forks source link

明明对话了40+记录,退出聊天,再进入对话只显示30条记录 #1866

Open Essence9999 opened 1 week ago

Essence9999 commented 1 week ago

例行检查

你的版本

问题描述, 日志截图 image 退出聊天,重新进入上面对话,只显示30条对话记录 image

复现步骤

预期结果 能不能按实际对话记录数目显示 相关截图

Essence9999 commented 1 week ago

在哪里可以修改这个上限?

c121914yu commented 1 week ago

在哪里可以修改这个上限?

全局搜下 30,应该是在 chat init 接口

Essence9999 commented 1 week ago

在哪里可以修改这个上限?

全局搜下 30,应该是在 chat init 接口

大佬,你好,请问为什么会有这个数目限制?改动这个数值会对性能有什么影响吗?

c121914yu commented 3 days ago

在哪里可以修改这个上限?

全局搜下 30,应该是在 chat init 接口

大佬,你好,请问为什么会有这个数目限制?改动这个数值会对性能有什么影响吗?

会的,数据库读取压力会增大,后续优化下,改成滚动分页