Retrieves points that are closer to stored positive examples and further from negative examples. Results are grouped by the specified payload field.
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.
Payload field to group by, must be a string or number field. If the field contains more than 1 value, all values will be used for grouping. One point can be in multiple groups.
Maximum amount of points to return per group
Maximum amount of groups to return
Specify in which shards to look for the points, if not specified - look in all shards
Look for vectors closest to those
Try to avoid vectors like this
How to use positive and negative examples to find the results
Look only for points which satisfies this conditions
Additional search params
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.
Define which vector to use for recommendation, if not specified - try to use default vector
The location used to lookup vectors. If not specified - use current collection. Note: the other collection should have the same vector size as the current collection
Look for points in another collection using the group ids
successful operation
Time spent to process this request