P1 | AIChatPage 创建会话前增加知识库/文件选择器 #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
当前
AIChatViewModel.load()自动选第一个知识库创建会话,用户无法选择对哪个知识库或具体文件提问。需求
RagChatService.createSession(knowledgeBaseId, knowledgeItemIds)关联
API: wangdl/api-server — RAG Chat 支持 knowledgeItemIds 参数
影响页面
AIChatPage — 首次进入或新建对话时
关闭
已被 M-CHAT 里程碑替代。ChatScope 系统已完整实现了 AI 会话的 scope 绑定和 SSE 流式输出。