Query vectors in a collection
POST/v1/vectors/query
Queries the vectors in the specified collection based on input criteria.
Request
- application/json
Body
required
collectionName string
vector number[]
topK integer
includeValues boolean
includeMetadata boolean
filter object
property name* any
metatag string
Responses
- 200
- 400
- 404
- 500
Query results retrieved successfully
Bad request
Collection not found
Internal server error
Loading...