Search points
Retrieves the closest points based on vector similarity and given filtering conditions.
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” } }
Specify in which shards to look for the points, if not specified - look in all shards
Offset of the first result to return. May be used to paginate results. Note: large offset values may cause performance issues.