chroma-integration

Solid

Chroma local vector database setup and operations for development and production

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
53
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chroma Integration Skill ## Capabilities - Set up Chroma (ephemeral, persistent, client-server) - Create and manage collections - Implement document ingestion with embeddings - Configure metadata filtering - Set up multi-tenant collections - Implement where and where_document filters ## Target Processes - vector-database-setup - rag-pipeline-implementation ## Implementation Details ### Deployment Modes 1. **Ephemeral**: In-memory for testing 2. **Persistent**: Local file-based storage 3. **Client-Server**: Chroma server deployment ### Core Operations - Collection creation with embedding functions - Add/update/delete documents - Query with filters - Metadata management ### Configuration Options - Embedding function selection - Persistence directory - Distance metric (l2, ip, cosine) - Collection metadata - Server configuration ### Best Practices - Use persistent mode for development - Deploy server mode for production - Design metadata schema upfront - Implement proper ID strategies ### Dependencies - chromadb - langchain-chroma

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

175,435 Updated today
NousResearch
AI & Automation Featured

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

27,705 Updated today
davila7
AI & Automation Solid

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

9,182 Updated 1 months ago
Orchestra-Research
AI & Automation Listed

vector-db-launch

Start the Native Python ChromaDB background server. Use when semantic search returns connection refused on port 8110, or when the user wants to enable concurrent agent read/writes.

3 Updated today
richfrem
AI & Automation Listed

vector-db-ingest

Ingests repository files into the ChromaDB vector store. Builds or updates the vector index from a manifest or directory scan using ingest.py. Use when new files need to be indexed or the vector store is out of date. <example> user: "Index these new plugin files into the vector database" assistant: "I'll use vector-db-ingest to add them to the vector store." </example> <example> user: "The vector store is missing recent files -- update it" assistant: "I'll use vector-db-ingest to re-index the changes." </example>

3 Updated today
richfrem