Update a Collection
update_collection(
client,
name,
new_name = NULL,
new_metadata = NULL,
tenant = "default_tenant",
database = "default_database"
)
NULL on success (invisibly)
A ChromaDB client object
The name of the collection
Optional new name for the collection
Optional new metadata for the collection
The tenant name (default: "default")
The database name (default: "default")