delete_documents | R Documentation |
Delete Documents from a Collection
delete_documents(
client,
collection_name,
ids = NULL,
where = NULL,
tenant = "default_tenant",
database = "default_database"
)
client |
A ChromaDB client object |
collection_name |
Name of the collection |
ids |
Vector of document IDs to delete |
where |
Optional filtering conditions |
tenant |
The tenant name (default: "default") |
database |
The database name (default: "default") |
NULL invisibly on success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.