mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs/supplement incomplete params (#10758)
### What problem does this PR solve? Supplement incomplete parameters of "Update document" interface ### Type of change - [*] Documentation Update
This commit is contained in:
@ -1124,6 +1124,10 @@ curl --request PUT \
|
||||
- If `"chunk_method"` is `"qa"`, `"manuel"`, `"paper"`, `"book"`, `"laws"`, or `"presentation"`, the `"parser_config"` object contains the following attribute:
|
||||
- `"raptor"`: RAPTOR-specific settings. Defaults to: `{"use_raptor": false}`.
|
||||
- If `"chunk_method"` is `"table"`, `"picture"`, `"one"`, or `"email"`, `"parser_config"` is an empty JSON object.
|
||||
- `"enabled"`: (*Body parameter*), `integer`
|
||||
Whether the document should be **available** in the knowledge base.
|
||||
- `1` → (available)
|
||||
- `0` → (unavailable)
|
||||
|
||||
#### Response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user