Implement scoped real knowledge retrieval

This commit is contained in:
2026-07-08 11:46:09 +08:00
parent ca50fa437c
commit ac72b6a94a
10 changed files with 192 additions and 88 deletions

View File

@@ -54,7 +54,7 @@ Agent 管理中的右侧预览窗口需要调整为接近 DeepSeek、ChatGPT 等
- 用户与登录:默认每日聊天额度、登录 Token 有效期。
- AI 问答AI 请求超时时间、上下文消息数、是否展示引用来源。
- 外部服务:飞书检索重试次数、是否使用 mock 检索、是否使用 mock 模型
- 外部服务:飞书搜索接口地址、飞书请求超时、飞书检索重试次数;知识库检索不再提供 mock 开关
配置项保存到 `sys_system_config`,后台展示为中文配置项;页面不再提供“高级配置”或自由 Key/Value 输入。