v1.9.x
Search...
/
Cloud
GitHub
API Reference
Collections
Points
Search
POST
Search points
POST
Search batch points
POST
Search point groups
POST
Recommend points
POST
Recommend batch points
POST
Recommend point groups
POST
Discover points
POST
Discover batch points
Indexes
Snapshots
Aliases
Distributed
Service
Cloud
GitHub
API Reference
Search
Search batch points
POST
http://localhost:6333
/
collections
/
:collection_name
/
points
/
search
/
batch
Retrieves the closest points in batches based on vector similarity and given filtering conditions.
Path parameters
collection_name
string
Required
Name of the collection to search in
Query parameters
consistency
integer or enum
Optional
Define read consistency guarantees for the operation
Show 2 variants
timeout
integer
Optional
If set, overrides global timeout for this request. Unit is seconds.
Request
This endpoint expects an object.
searches
list of objects
Required
Search request. Holds all conditions and parameters for the search of most similar points by vector similarity given the filtering restrictions.
Show 9 properties
Response
This endpoint returns an object.
time
double
Optional
Time spent to process this request
status
string
Optional
result
list of lists of objects
Optional
Search result
Show 6 properties
Built with