Chroma

Chroma is an open source AI-native embedding database designed specifically for building LLM applications and AI agents. It provides a simple Python and JavaScript API for storing, querying, and managing embeddings, and integrates directly with LangChain, LlamaIndex, and other LLM frameworks. Chroma is particularly popular for rapid prototyping of RAG applications.
🔗 https://www.trychroma.com/ | GitHub: https://github.com/chroma-core/chroma

You may also like...