update_collection | R Documentation |
Update a Collection
update_collection(
client,
name,
new_name = NULL,
new_metadata = NULL,
tenant = "default_tenant",
database = "default_database"
)
client |
A ChromaDB client object |
name |
The name of the collection |
new_name |
Optional new name for the collection |
new_metadata |
Optional new metadata for the collection |
tenant |
The tenant name (default: "default") |
database |
The database name (default: "default") |
NULL on success (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.