Retrieves the closest points based on vector similarity and given filtering conditions.
Name of the collection to search in
Define read consistency guarantees for the operation
If set, overrides global timeout for this request. Unit is seconds.
Vector data separator for named and unnamed modes Unnamed mode:
{ “vector”: [1.0, 2.0, 3.0] }
or named mode:
{ “vector”: { “vector”: [1.0, 2.0, 3.0], “name”: “image-embeddings” } }
Max number of result to return
Specify in which shards to look for the points, if not specified - look in all shards
Look only for points which satisfies this conditions
Additional search params
Offset of the first result to return. May be used to paginate results. Note: large offset values may cause performance issues.
Select which payload to return with the response. Default is false.
Options for specifying which vectors to include into response. Default is false.
Define a minimal score threshold for the result. If defined, less similar results will not be returned. Score of the returned result might be higher or smaller than the threshold depending on the Distance function used. E.g. for cosine similarity only higher scores will be returned.
successful operation
Time spent to process this request