get_collection | R Documentation |
Get a Collection
get_collection(
client,
name,
tenant = "default_tenant",
database = "default_database"
)
client |
A ChromaDB client object |
name |
The name of the collection |
tenant |
The tenant name (default: "default") |
database |
The database name (default: "default") |
A collection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.