mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 19:15:52 +08:00
minor (#2998)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update
This commit is contained in:
parent
c86afff447
commit
765a114be7
@ -536,7 +536,7 @@ Downloads a document from a specified dataset.
|
|||||||
- Headers:
|
- Headers:
|
||||||
- `'Authorization: Bearer {YOUR_API_KEY}'`
|
- `'Authorization: Bearer {YOUR_API_KEY}'`
|
||||||
- Output:
|
- Output:
|
||||||
- `'{FILE_NAME}'`????????
|
- `'{PATH_TO_THE_FILE}'`
|
||||||
|
|
||||||
#### Request example
|
#### Request example
|
||||||
|
|
||||||
@ -556,11 +556,11 @@ curl --request GET \
|
|||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
A successful response includes a text object like the following:
|
Success:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
test_2.
|
test_2.
|
||||||
```????????????????
|
```
|
||||||
|
|
||||||
Failure:
|
Failure:
|
||||||
|
|
||||||
@ -1954,7 +1954,7 @@ Failure:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Chat
|
## Converse
|
||||||
|
|
||||||
**POST** `/api/v1/chat/{chat_id}/completion`
|
**POST** `/api/v1/chat/{chat_id}/completion`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user