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
Discover batch points
POST
http://localhost:6333
/
collections
/
:collection_name
/
points
/
discover
/
batch
Retrieves points in batches based on the target and/or positive and negative example pairs.
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
Use context and a target to find the most similar points, constrained by the context.
Show 11 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