PrefetchBuilder
class PrefetchBuilder
DSL for a Prefetch sub-request. Like SearchBuilder but without response-shaping options (offset, with_payload, with_vector), which apply only to the outer request.
Functions
Link copied to clipboard
Look up query-by-id vectors from another collection.
Link copied to clipboard
Tune the accuracy/speed trade-off.
Link copied to clipboard
Add a nested prefetch sub-request.
Link copied to clipboard
Search by text the server embeds with model, instead of by a vector the caller computed. Needs a Qdrant with an inference provider configured. See InferenceInput.
Link copied to clipboard
Search by a multi-vector / late-interaction (ColBERT) query.
Link copied to clipboard