perf: yuque dataset (#5040)

* perf: yuque dataset

* doc
This commit is contained in:
Archer
2025-06-16 18:01:59 +08:00
committed by GitHub
parent 450d0a54fe
commit 7981b61ca9
9 changed files with 139 additions and 53 deletions

View File

@@ -14,6 +14,8 @@ weight: 788
3. 问题分类和内容提取,提示词中自动加入上一轮结果进行额外引导。
4. 判断器支持变量引用。
5. 商业版支持知识库分块时LLM 进行自动分段识别。
6. Admin 管理员数据看板。
7. 豆包 1.6 系列模型,更新 qwen 模型配置。
## ⚙️ 优化
@@ -25,6 +27,7 @@ weight: 788
6. MCP 工具调用,使用 Raw schema 进行工具调用,保障完整性。
7. 删除知识库文件时,如果文件不存在,不会阻断删除。
8. 升级 MCP SDK兼容最新的 HTTPStreamable。
9. 语雀文档库,递归获取文档类型目录下的数据。
## 🐛 修复