Skip to main content

Vector search on an index

POST 

/indexes/:qid/search

Searches the given index by cosine distance to the query vector. Also supports additional filters on the vector metadata: qids, sources, track, and the start/end time ranges. When any filter is set the search pre-filters by default (exact KNN over the filtered subset); pass post_filter to run the HNSW scan first instead. Requires content access for the index qid.

Request

Responses

OK