Collections
All operations related to collections
Last updated
All operations related to collections
Last updated
Get all collections and their configurations
Get a specific collection and it's configuration using it's id or name.
Delete an existing collection using it's name or id.
Update details of an existing collection.
Search a collection using a query vector. It retrieves the vectors that are most similar to the queried vector, along with their similarity scores.
Search a collection using a text. It retrieves the vectors that are most similar to the queried text, along with their similarity scores.
Returns a list of Collections along with their configurations.
Returns the Collection information.
^[a-zA-Z0-9_-]+$
Returns the created Collection information.
Returns the deleted Collection.
^[a-zA-Z0-9_-]+$
Returns the updated collection information.
Returns a list of the matching Vectors in a Collection.
Returns a list of the matching Vectors in a Collection.