Open-source AI-native embedding database for building LLM applications with simple APIs for storage and retrieval.

Features

Chroma is an open-source embedding database designed to make it easy to build LLM applications with memory and knowledge retrieval. It provides simple APIs for storing documents, generating embeddings, and performing similarity search. Chroma can run in-memory for prototyping, on-disk for persistence, or as a standalone server for production deployments. It has become one of the most popular vector databases in the AI developer community.

Similar tools