Collection Methods
count
Gets the total number of records in the collectionadd
Adds new records to the collection.get
Retrieves records from the collection based on filters.peek
Retrieves a preview of records from the collection.query
Performs similarity search on the collection.modify
Modifies collection properties like name, metadata, or configuration.update
Updates existing records in the collection.upsert
Inserts new records or updates existing ones (upsert operation).delete
Deletes records from the collection based on filters.search
Performs hybrid search on the collection using expression builders.Single search payload or array of payloads