Skip to main content

Add a document to an index

POST 

/indexes/:qid/documents

Inserts a document into the given index. The document's fields (a map of field name -> values) are stored as searchable text fields. Optionally links the document to a batch of vector ids The associated vector ids can be used for semantic ordering on top of document search. Requires content access for the index qid.

Request

Responses

Created