get_collection: Get a Collection

View source: R/collections.R

get_collectionR Documentation

Get a Collection

Description

Get a Collection

Usage

get_collection(
  client,
  name,
  tenant = "default_tenant",
  database = "default_database"
)

Arguments

client

A ChromaDB client object

name

The name of the collection

tenant

The tenant name (default: "default")

database

The database name (default: "default")

Value

A collection object


rchroma documentation built on April 4, 2025, 1:37 a.m.