From bc57b084538feb52c25656ddeaf3481470106d05 Mon Sep 17 00:00:00 2001 From: writinwaters Date: Thu, 4 Dec 2025 16:37:41 +0800 Subject: [PATCH] Doc: Updated Create dataset descriptions --- docs/references/http_api_reference.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index e836c9a31..6300149b7 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -512,15 +512,18 @@ curl --request POST \ - Maximum: `2048` - `"delimiter"`: `string` - Defaults to `"\n"`. - - `"html4excel"`: `bool` Indicates whether to convert Excel documents into HTML format. + - `"html4excel"`: `bool` + - Whether to convert Excel documents into HTML format. - Defaults to `false` - `"layout_recognize"`: `string` - Defaults to `DeepDOC` - - `"tag_kb_ids"`: `array` refer to [Use tag set](https://ragflow.io/docs/dev/use_tag_sets) - - Must include a list of dataset IDs, where each dataset is parsed using the ​​Tag Chunking Method - - `"task_page_size"`: `int` For PDF only. + - `"tag_kb_ids"`: `array` + - IDs of datasets to be parsed using the ​​Tag chunk method. + - Before setting this, ensure a tag set is created and properly configured. For details, see [Use tag set](https://ragflow.io/docs/dev/use_tag_sets). + - `"task_page_size"`: `int` + - For PDFs only. - Defaults to `12` - - Minimum: `1` + - Minimum: `1 - `"raptor"`: `object` RAPTOR-specific settings. - Defaults to: `{"use_raptor": false}` - `"graphrag"`: `object` GRAPHRAG-specific settings.