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