mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
UI updates + RAGFlow image description (#3995)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -887,7 +887,7 @@ Failure:
|
||||
|
||||
---
|
||||
|
||||
## Add chunks
|
||||
## Add chunk
|
||||
|
||||
**POST** `/api/v1/datasets/{dataset_id}/documents/{document_id}/chunks`
|
||||
|
||||
@ -913,7 +913,7 @@ curl --request POST \
|
||||
--header 'Authorization: Bearer <YOUR_API_KEY>' \
|
||||
--data '
|
||||
{
|
||||
"content": "<SOME_CHUNK_CONTENT_HERE>"
|
||||
"content": "<CHUNK_CONTENT_HERE>"
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user