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, ...} } ], "collection_name": "entry_chunks" // optional }

Request

Responses

Successful Response