chroma-core/chroma
Search infrastructure for AI observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 70
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.0
- age_days: 1428
- days_rel: 120
- days_push: 7
- n_releases_24m: 75
Adoption not part of the score
29152 stars · 2463 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Chroma is an open-source search and retrieval database for AI applications, supporting dense vector, sparse (BM25/SPLADE), full-text, regex, and metadata search with built-in embedding storage. It can be run locally, self-hosted, or used via the managed serverless Chroma Cloud, with SDKs for Python, TypeScript, and Rust.
Use cases
- store and query embeddings for a RAG chatbot
- build semantic search over documents with metadata filtering
- add hybrid vector and keyword search to an AI app
- index a codebase for a coding agent to search
- prototype an in-memory vector store then persist it
- build agentic search that iteratively refines queries
- self-host a vector database for LLM applications
When to choose
- you need an easy-to-start open-source vector database for RAG or AI agents
- you want hybrid dense/sparse/full-text search with metadata filtering in one system
- you want a simple API with Python, TypeScript, or Rust clients
- you want a managed serverless option without ops overhead
When to avoid
- you need a general-purpose relational database with joins and transactions
- you need strict SQL or graph query capabilities
- your workload is small enough that a simple in-process embedding index suffices
- you require a fully offline solution but rely on Chroma Cloud features
Facets
service · maturity active
vector-database search-engine database rag databases artificial-intelligence large-language-models python rust self-hosted cloud cross-platform vector-database embeddings semantic-search hybrid-search full-text-search rag ai-infrastructure chroma-cloud open-source search retrieval-augmented-generation ai-agents nodejs docker
10 sources
- readme: https://github.com/chroma-core/chroma · fetched 2026-08-28 · 657815b06709
- homepage: https://www.trychroma.com/ · fetched 2026-08-29 · a83b0825f17f
- site_page: https://docs.trychroma.com/ · fetched 2026-08-29 · 134790ed8f9a
- site_page: https://docs.trychroma.com/docs/overview/getting-started · fetched 2026-08-29 · a7f1f57030ea
- site_page: https://www.trychroma.com/changelog · fetched 2026-08-29 · 6221322e1979
- site_page: https://www.trychroma.com/pricing · fetched 2026-08-29 · 41a7a7e2e750
- site_page: https://www.trychroma.com/changelog/chroma-sync-s3-github-and-web · fetched 2026-08-29 · 89c1e38ac2d1
- site_page: https://www.trychroma.com/changelog/metadata-arrays · fetched 2026-08-29 · 2a8364ea60be
- site_page: https://www.trychroma.com/changelog/indexingstatus · fetched 2026-08-29 · 874457aa5a8c
- site_page: https://www.trychroma.com/changelog/readlevel · fetched 2026-08-29 · ba874b9862b9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chroma-core/chroma | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="chroma-core/chroma")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem