CHAT-304 P0 | knowledge_base 会话检索范围:检索整个知识库 #88

Closed
opened 2026-06-06 16:23:23 +08:00 by wangdl · 1 comment
Owner

目标

知识库会话的 loadContext 检索整个知识库内容。

检索内容

  • KB 下所有资料
  • KB 下所有知识点
  • KB 下笔记
  • KB 下测验/复习卡

system prompt

你正在回答整个知识库范围内的问题。优先使用该知识库资料和知识点。回答必须标明引用来源。

## 目标 知识库会话的 loadContext 检索整个知识库内容。 ## 检索内容 - KB 下所有资料 - KB 下所有知识点 - KB 下笔记 - KB 下测验/复习卡 ## system prompt 你正在回答整个知识库范围内的问题。优先使用该知识库资料和知识点。回答必须标明引用来源。
wangdl added this to the M7:ChatScope 会话系统 — 学习对象绑定的上下文会话 milestone 2026-06-06 16:23:23 +08:00
Author
Owner

完成情况

loadContextByScope case knowledge_base:

  • 检索范围: 整个知识库的所有知识点
  • SQL: WHERE knowledgeBaseId = kbId AND deletedAt IS NULL
  • 涉及: src/modules/rag-chat/rag-chat.service.ts
## 完成情况 loadContextByScope case knowledge_base: - 检索范围: 整个知识库的所有知识点 - SQL: WHERE knowledgeBaseId = kbId AND deletedAt IS NULL - 涉及: src/modules/rag-chat/rag-chat.service.ts
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wangdl/api-server#88
No description provided.