Docs: Initial editorial pass to MCP server (#7359)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-07 19:40:45 +08:00
committed by GitHub
parent 9849230a04
commit 87317bcfc4
20 changed files with 238 additions and 254 deletions

View File

@ -855,7 +855,7 @@ curl --request PUT \
- `"parser_config"`: (*Body parameter*), `object`
The configuration settings for the dataset parser. The attributes in this JSON object vary with the selected `"chunk_method"`:
- If `"chunk_method"` is `"naive"`, the `"parser_config"` object contains the following attributes:
- `"chunk_token_count"`: Defaults to `128`.
- `"chunk_token_count"`: Defaults to `256`.
- `"layout_recognize"`: Defaults to `true`.
- `"html4excel"`: Indicates whether to convert Excel documents into HTML format. Defaults to `false`.
- `"delimiter"`: Defaults to `"\n"`.