List Collections in a Database
list_collections(
client,
tenant = "default_tenant",
database = "default_database",
limit = NULL,
offset = NULL
)
List of collections
A ChromaDB client object
The tenant name (default: "default")
The database name (default: "default")
Maximum number of collections to return (optional)
Number of collections to skip (optional)