Skip to main content

Index Entry Chunks

POST 

/api/v1/entries/:entry_id/chunks

Index chunks for an entry into Qdrant vector database.

This endpoint is called by processing pipelines after chunking and embedding.

Request body: { "chunks": [ { "chunk_text": "...", "chunk_index": 0, "embedding": [0.1, 0.2, ...], "metadata": {"page_number": 1, ...} } ] }

Note: Collection name is always determined by the tenant's QDRANT_COLLECTION_NAME configuration.

Request

Responses

Successful Response