Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 7 tasks
Essence9999 opened this issue Jun 27, 2024 · 4 comments
Open
1 of 7 tasks
Assignees
Labels
feature New feature or request

Comments

@Essence9999
Copy link

Essence9999 commented Jun 27, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已完整查看过项目 README,以及项目文档
  • 我使用了自己的 key,并确认我的 key 是可正常使用的
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

你的版本

  • 公有云版本
  • 私有部署版本, 具体版本号:

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

复现步骤

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

@Essence9999 Essence9999 added the bug Something isn't working label Jun 27, 2024
@Essence9999 Essence9999 changed the title 对话只显示30条记录,明明对了40+记录 明明对话了40+记录,退出聊天,再进入对话只显示30条记录 Jun 27, 2024
@Essence9999
Copy link
Author

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

@c121914yu
Copy link
Collaborator

c121914yu commented Jun 29, 2024

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

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

@Essence9999
Copy link
Author

Essence9999 commented Jul 1, 2024

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

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

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

@c121914yu c121914yu added feature New feature or request and removed bug Something isn't working labels Jul 4, 2024
@c121914yu
Copy link
Collaborator

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

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants