Create chunks for a datasource
Creates between 1 and 100 chunks. Chunks with supplied embeddings are indexed immediately; chunks without embeddings are queued for embedding.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
1 - 100 elementsThe text content of the chunk
1Metadata of the chunk
Optional client-supplied chunk id. Reusing the same _id makes creation idempotent: an existing chunk with that _id in this datasource is replaced instead of duplicated.
^chunk_[0-9A-HJKMNP-TV-Z]{26}$Response
Chunk successfully created
The status of the chunk
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.