From cc86aced2c63a57a36c8c4d8ca5aa4e8dc4d074c Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:31:28 +0800 Subject: [PATCH] Update dataset.mdx (#5448) update dataset api --- .../content/docs/introduction/development/openapi/dataset.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/document/content/docs/introduction/development/openapi/dataset.mdx b/document/content/docs/introduction/development/openapi/dataset.mdx index cbcb508a8..544e7a83c 100644 --- a/document/content/docs/introduction/development/openapi/dataset.mdx +++ b/document/content/docs/introduction/development/openapi/dataset.mdx @@ -260,6 +260,7 @@ curl --location --request DELETE 'http://localhost:3000/api/core/dataset/delete? | parentId: | 父级ID,不填则默认为根目录 | | | trainingType | 数据处理方式。chunk: 按文本长度进行分割;qa: 问答对提取 | ✅ | | indexPrefixTitle | 是否自动生成标题索引 | | +| customPdfParse | 是否开启PDF增强解析, 默认 false: 关闭;true: 开启; | | | autoIndexes | 是否自动生成索引(仅商业版支持) | | | imageIndex | 是否自动生成图片索引(仅商业版支持) | | | chunkSettingMode | 分块参数模式。auto: 系统默认参数; custom: 手动指定参数 | |