Add externalfile api params (#2745)

* feat: external dataset api

* perf: doc
This commit is contained in:
Archer
2024-09-19 13:28:55 +08:00
committed by GitHub
parent 258de4471e
commit 265434799f
12 changed files with 207 additions and 55 deletions

View File

@@ -95,6 +95,7 @@ weight: 813
9. 优化 - 工作流 handler 性能优化。
10. 优化 - 工作流快捷键,避免调试测试时也会触发。
11. 优化 - 流输出,切换 tab 时仍可以继续输出。
12. 修复 - 知识库选择权限问题。
13. 修复 - 空 chatId 发起对话,首轮携带用户选择时会异常
14. 修复 - createDataset 接口intro 为赋值
12. 优化 - 完善外部文件知识库相关 API
13. 修复 - 知识库选择权限问题
14. 修复 - 空 chatId 发起对话,首轮携带用户选择时会异常
15. 修复 - createDataset 接口intro 为赋值。