Knowledge Bases
Update a chunk
Updates chunk text, metadata, or a supplied embedding. Changing text without an embedding queues the chunk for re-embedding.
PATCH
Core - Update chunk
Related guide: Knowledge bases guide. See the Knowledge bases guide for a walkthrough with examples.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Chunk successfully updated
The status of the chunk
Available options:
pending, processing, completed, failed, queued Metadata of the chunk. Can include page_number or any other key-value pairs
The unique identifier of the user who created the chunk
The unique identifier of the user who updated the chunk
Additive compatibility fields from the database document.