UI updates + RAGFlow image description (#3995)

### What problem does this PR solve?



### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2024-12-12 09:57:52 +08:00
committed by GitHub
parent 6d19294ddc
commit bb8f97c9cd
11 changed files with 75 additions and 76 deletions

View File

@ -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>"
}'
```