Commit 67cdc8fa by Deepturn Committed by GitHub

Update dataset.mdx (#5381)

* Update dataset.mdx

* Update dataset.mdx

通用功能

---------

Co-authored-by: Archer <545436317@qq.com>
parent 517b0af0
...@@ -285,6 +285,7 @@ curl --location --request DELETE 'http://localhost:3000/api/core/dataset/delete? ...@@ -285,6 +285,7 @@ curl --location --request DELETE 'http://localhost:3000/api/core/dataset/delete?
| datasetId | 知识库ID | ✅ | | datasetId | 知识库ID | ✅ |
| parentId: | 父级ID,不填则默认为根目录 | | | parentId: | 父级ID,不填则默认为根目录 | |
| trainingType | 数据处理方式。chunk: 按文本长度进行分割;qa: 问答对提取 | ✅ | | trainingType | 数据处理方式。chunk: 按文本长度进行分割;qa: 问答对提取 | ✅ |
| indexPrefixTitle | 是否自动生成标题索引 | |
| autoIndexes | 是否自动生成索引(仅商业版支持) | | | autoIndexes | 是否自动生成索引(仅商业版支持) | |
| imageIndex | 是否自动生成图片索引(仅商业版支持) | | | imageIndex | 是否自动生成图片索引(仅商业版支持) | |
| chunkSettingMode | 分块参数模式。auto: 系统默认参数; custom: 手动指定参数 | | | chunkSettingMode | 分块参数模式。auto: 系统默认参数; custom: 手动指定参数 | |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment