-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
[Bug] 主话题和子话题之间的上下文混乱问题 #6683
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hey @xaya1001! 👋 I'm here to help you with any bugs, questions, or contributions you have for the lobe-chat project. Let's squash those bugs together! The issue you're experiencing, where the context between main topics and subtopics is not correctly isolated, is indeed a bug in lobe-chat. The intended behavior is that sub-conversations should only include context from the main conversation branch, not from other sub-conversations. This problem, where all previous sub-conversations are automatically expanded when entering a new sub-conversation, has been confirmed as a bug and will be investigated and fixed [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
确有此事,通过打开F12可以看到请求信息中上下文混乱 |
This is true, by opening F12, you can see the context in the request information. |
📦 部署环境
Docker
📦 部署模式
服务端模式(lobe-chat-database 镜像)
📌 软件版本
1.68.3
💻 系统环境
Windows
🌐 浏览器
Chrome
🐛 问题描述
问题描述
我发现在使用lobe-chat时,主话题和子话题(分支对话)之间的内容没有被正确隔离。我原以为这是历史消息摘要导致的,但关闭消息数量限制后问题依然存在。(历史消息摘要也是混在一起总结的,这导致上下文互相干扰更严重)
我观察到的现象
我的困惑
我一直以为分支对话的设计初衷是让用户能探索不同的对话方向,而不会互相干扰。子话题不应该知道分叉后主话题的内容,主话题也不应该知道子话题的内容。
这个问题是设计如此还是确实有bug?
📷 复现步骤
附上测试记录,来自右上角的历史消息分享,可以看出两个话题被混在一起了
prompt:
🚦 期望结果
主话题和子话题之间不应该互相影响上下文
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: