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
- 200
- 400
- 403
- 404
OK
Bad Request
Forbidden
Not Found