Knowledge Bases
Set a chunk's enabled status
Enables or disables a chunk for retrieval. If the vector-index document is missing, enabling the chunk queues it for embedding.
PATCH
Core - Set chunk enabled status
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.