Skip to contents

Connection

Functions for managing ChromaDB connections

chroma_connect()
ChromaDB Client
version()
Get ChromaDB Server Version
pre_flight_checks()
Get ChromaDB Server Information
heartbeat()
Check ChromaDB Server Heartbeat
get_auth_identity()
Get Authentication Identity
reset()
Reset ChromaDB

Database and Tenants

Functions for managing databases and tenants

create_database()
Create a Database
get_database()
Get a Database
create_tenant()
Create a Tenant
get_tenant()
Get a Tenant

Collections

Functions for working with collections

create_collection()
Create a Collection in ChromaDB
delete_collection()
Delete a Collection
get_collection()
Get a Collection
update_collection()
Update a Collection
list_collections()
List Collections in a Database
count_collections()
Count Collections in a Database

Documents and Queries

Functions for managing documents and performing queries

add_documents()
Add Documents to a Collection
delete_documents()
Delete Documents from a Collection
update_documents()
Update Documents in a Collection
upsert_documents()
Upsert Documents to a Collection
query()
Query Documents in a Collection