update_collection {rchroma} | R Documentation |
Update a Collection
Description
Update a Collection
Usage
update_collection(
client,
name,
new_name = NULL,
new_metadata = NULL,
tenant = "default_tenant",
database = "default_database"
)
Arguments
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") |
Value
NULL on success (invisibly)
[Package rchroma version 0.2.0 Index]