mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Updated conversation_api.md document/upload (#787)
### What problem does this PR solve? Updated conversation_api.md document/upload parameter description ### Type of change - [x] Documentation Update
This commit is contained in:
@ -315,10 +315,12 @@ This is usually used when upload a file to.
|
||||
|
||||
### Parameter:
|
||||
|
||||
| name | type | optional | description |
|
||||
|---------|--------|----------|----------------------------------------|
|
||||
| file | file | No | Upload file. |
|
||||
| kb_name | string | No | Choose the upload knowledge base name. |
|
||||
| name | type | optional | description |
|
||||
|-----------|--------|----------|---------------------------------------------------------|
|
||||
| file | file | No | Upload file. |
|
||||
| kb_name | string | No | Choose the upload knowledge base name. |
|
||||
| parser_id | string | Yes | Choose the parsing method. |
|
||||
| run | string | Yes | Parsing will start automatically when the value is "1". |
|
||||
|
||||
### Response
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user