From 39cf001358bd138f3ba1937721454db6240cfbf4 Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Tue, 6 May 2025 14:27:01 +0800 Subject: [PATCH] Update dataset.md (#4747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 知识库上传文件接口,新增控制PDF解析参数 --- docSite/content/zh-cn/docs/development/openapi/dataset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docSite/content/zh-cn/docs/development/openapi/dataset.md b/docSite/content/zh-cn/docs/development/openapi/dataset.md index e8cde92fc..2038264e2 100644 --- a/docSite/content/zh-cn/docs/development/openapi/dataset.md +++ b/docSite/content/zh-cn/docs/development/openapi/dataset.md @@ -296,6 +296,7 @@ curl --location --request DELETE 'http://localhost:3000/api/core/dataset/delete? | datasetId | 知识库ID | ✅ | | parentId: | 父级ID,不填则默认为根目录 | | | trainingType | 数据处理方式。chunk: 按文本长度进行分割;qa: 问答对提取 | ✅ | +| customPdfParse: | PDF增强解析,true: 开启PDF增强解析;不填则默认为false | | | autoIndexes | 是否自动生成索引(仅商业版支持) | | | imageIndex | 是否自动生成图片索引(仅商业版支持) | | | chunkSettingMode | 分块参数模式。auto: 系统默认参数; custom: 手动指定参数 | |