mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs: Update default chunk_token_num to 512 in API references (#8766)
### 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 Update
This commit is contained in:
@ -410,7 +410,7 @@ curl --request POST \
|
||||
- Minimum: `0`
|
||||
- Maximum: `10`
|
||||
- `"chunk_token_num"`: `int`
|
||||
- Defaults to `128`
|
||||
- Defaults to `512`
|
||||
- Minimum: `1`
|
||||
- Maximum: `2048`
|
||||
- `"delimiter"`: `string`
|
||||
@ -631,7 +631,7 @@ curl --request PUT \
|
||||
- Minimum: `0`
|
||||
- Maximum: `10`
|
||||
- `"chunk_token_num"`: `int`
|
||||
- Defaults to `128`
|
||||
- Defaults to `512`
|
||||
- Minimum: `1`
|
||||
- Maximum: `2048`
|
||||
- `"delimiter"`: `string`
|
||||
|
||||
Reference in New Issue
Block a user