### What problem does this PR solve? Changed the default value of `chunk_token_num` from 128 to 512 in both HTTP and Python API reference documentation to reflect the updated configuration. #8753 ### Type of change - [x] Documentation Updatetags/v0.20.0
| - Minimum: `0` | - Minimum: `0` | ||||
| - Maximum: `10` | - Maximum: `10` | ||||
| - `"chunk_token_num"`: `int` | - `"chunk_token_num"`: `int` | ||||
| - Defaults to `128` | |||||
| - Defaults to `512` | |||||
| - Minimum: `1` | - Minimum: `1` | ||||
| - Maximum: `2048` | - Maximum: `2048` | ||||
| - `"delimiter"`: `string` | - `"delimiter"`: `string` | ||||
| - Minimum: `0` | - Minimum: `0` | ||||
| - Maximum: `10` | - Maximum: `10` | ||||
| - `"chunk_token_num"`: `int` | - `"chunk_token_num"`: `int` | ||||
| - Defaults to `128` | |||||
| - Defaults to `512` | |||||
| - Minimum: `1` | - Minimum: `1` | ||||
| - Maximum: `2048` | - Maximum: `2048` | ||||
| - `"delimiter"`: `string` | - `"delimiter"`: `string` |
| The parser configuration of the dataset. A `ParserConfig` object's attributes vary based on the selected `chunk_method`: | The parser configuration of the dataset. A `ParserConfig` object's attributes vary based on the selected `chunk_method`: | ||||
| - `chunk_method`=`"naive"`: | - `chunk_method`=`"naive"`: | ||||
| `{"chunk_token_num":128,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"use_raptor":False}}`. | |||||
| `{"chunk_token_num":512,"delimiter":"\\n","html4excel":False,"layout_recognize":True,"raptor":{"use_raptor":False}}`. | |||||
| - `chunk_method`=`"qa"`: | - `chunk_method`=`"qa"`: | ||||
| `{"raptor": {"use_raptor": False}}` | `{"raptor": {"use_raptor": False}}` | ||||
| - `chunk_method`=`"manuel"`: | - `chunk_method`=`"manuel"`: |