Manages ChromaDB collections and document storage with automatic embedding and advanced metadata filtering for RAG applications.
This skill equips Claude with specialized patterns for interacting with Chroma, a developer-friendly vector database optimized for rapid prototyping and production RAG. It provides comprehensive guidance on client initialization, collection management, and advanced retrieval techniques using automatic embedding generation. By enforcing v3.x conventions—such as separate embedding packages and batched query handling—this skill ensures that your vector search implementations are robust, performant, and follow current best practices for semantic document retrieval.
주요 기능
01Standardized result handling for batched similarity search queries
02Advanced metadata and document content filtering using where and whereDocument
035 GitHub stars
04Automated document embedding via @chroma-core/default-embed integration
05HNSW distance metric configuration (Cosine, L2, IP) using modern configuration objects
06Idempotent document operations with optimized upsert and CRUD patterns
사용 사례
01Implementing semantic search features in TypeScript applications using local or cloud Chroma instances
02Building Retrieval-Augmented Generation (RAG) systems for internal documentation and knowledge bases
03Rapid prototyping of AI pipelines with automatic local embedding generation