What problem does it solve?
Embedding storage and retrieval for AI applications is often fragmented across services, making it hard to prototype locally or scale privately.
This skill provides a single, self-hosted embedding database with metadata support to enable fast search, retrieval, and memory across projects.
It is ideal for local development and open-source workflows, with a simple API for building RAG, semantic search, and document retrieval.
Core Features & Use Cases
- Self-hosted embedding store for local development and production.
- Vector and full-text search with metadata filtering to power RAG and document retrieval.
- Simple 4-function API for storing embeddings and metadata, querying, and managing data across notebooks and apps.
Quick Start
Install chroma, create a collection named my_docs, add documents with embeddings, and run a query to retrieve the most similar results.