Collections
All operations related to collections
Get all collections
Get a collection
Create a collection
Delete a collection
Update a collection
Query a collection for a vector value
Query a collection for a text
Path parameters
collectionIdstring · min: 1Required
Body
contentstring[]Required
topKnumberOptional
Responses
200
Returns a list of the matching Vectors in a Collection.
application/json
400
Returns a bad request error.
application/json
post
/collections/{collectionId}/query/textLast updated