feat(modelprovider): 完善模型调用与RAG召回支撑
This commit is contained in:
@@ -436,3 +436,14 @@
|
||||
- 模型服务商与 Embedding 模型配置
|
||||
- 检索配置
|
||||
- 检索测试/召回预览
|
||||
|
||||
## 7. 与 Agent 调试链路的关联
|
||||
|
||||
当前 RAG 切片与向量数据已经被 Agent 调试页直接消费:
|
||||
|
||||
- Agent 调试接口 `POST /api/agents/{agentId}/chat` 在 `ragEnabled=true` 时会读取 `rag_chunk_embedding` 进行 TopK 召回。
|
||||
- 若未完成切片向量化,Agent 调试会返回“未召回到可用知识切片”。
|
||||
|
||||
关联文档:
|
||||
|
||||
- [Agent 页面后端接口清单](agent-page-apis.md)
|
||||
|
||||
Reference in New Issue
Block a user