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 d…