Skip to content

Commit

Permalink
Updated conversation_api.md document/upload (infiniflow#787)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Updated conversation_api.md document/upload parameter description

### Type of change

- [x] Documentation Update
  • Loading branch information
guoyuhao2330 committed May 15, 2024
1 parent baad35d commit 12b4c56
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/conversation_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12b4c56

Please sign in to comment.