list_collections | R Documentation |
List Collections in a Database
list_collections(
client,
tenant = "default_tenant",
database = "default_database",
limit = NULL,
offset = NULL
)
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) |
List of collections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.