Skip to main content

Vector search on a space

POST 

/spaces/:qid/search

Searches the given space by cosine distance to the query vector. Filters (qid, track, time-range) are pre-filtered by default, bypassing the HNSW index for exact KNN over the filtered subset. Set post_filter=true to use the HNSW index and apply filters after. Requires content access for the space qid.

Request

Responses

OK