Loading...
Loading...
Provides expertise on Chroma Cloud integration for semantic search and hybrid search applications. Use when the user is working with Chroma Cloud, CloudClient, managed collections, Schema(), Search(), hybrid search, or Chroma Cloud CLI workflows.
npx skill4agent add chroma-core/agent-skills chroma-cloudCHROMA_API_KEYCHROMA_TENANTCHROMA_DATABASESchema()Search()CloudClientClientSchema()Search()get_or_create_collection()embedding_functionschemaschemaembedding_functionchroma login
chroma db create <db_name>
chroma db connect <db_name> --env-fileCloudClientimport { CloudClient } from 'chromadb';
const client = new CloudClient();
const collection = await client.getOrCreateCollection({ name: 'my_collection' });collection.query()Schema()Search()Schema()Search()query()