Skip to main content
Chroma supports deleting items from a collection by id using .delete. The embeddings, documents, and metadata associated with each item will be deleted.
.delete also supports the where filter. It will delete all items in the collection that match the where filter.