SearchBuilder
DSL for search (/points/query). Provide a query (vector, id, fusion, order-by, sample) and/or one or more prefetch sub-requests, plus a positive limit.
Properties
Functions
Context search: steer results by positive/negative example pairs, without a target.
Guided (discovery) search: rank by a target, constrained by context example pairs.
Restrict the search to points matching this filter.
Look up query-by-id vectors from another collection.
Tune the accuracy/speed trade-off.
Add a prefetch sub-request (repeatable; prefetches may nest for multi-stage retrieval).
Search by the stored vector of an existing point (a "more like this" query).
Set the query directly (e.g. a prebuilt QueryInterface).
Search by an explicit dense query vector.
Search by a multi-vector / late-interaction (ColBERT) query.
Recommend points close to positive examples and far from negative ones.