philippgille/chromem-go
Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 82
- Release rhythm 8
- Longevity 70
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: n/a
- age_days: 983
- days_rel: n/a
- days_push: 108
- n_releases_24m: 0
Adoption not part of the score
1048 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
chromem-go is an embeddable vector database for Go with a Chroma-like interface and zero third-party dependencies. It runs in-memory with optional persistence, enabling RAG and embeddings-based features without running a separate database server.
Use cases
- add rag to my go app without running a separate vector database
- store and search document embeddings in-process
- build a question answering system over private documents
- implement semantic text or code search
- build a recommendation system with embeddings
- classify or cluster documents by similarity
When to choose
- you want an embedded vector store like SQLite instead of a standalone database
- your dataset is small to medium (up to ~100k documents) and query latency matters
- you want zero third-party dependencies in your Go project
- you want a Chroma-like API in pure Go
When to avoid
- you need to scale to millions of documents or distributed deployment
- you need advanced database features like filtering, sharding, or replication
- you need a stable API before v1.0.0 since breaking changes may occur
- you need a client library to connect to an actual Chroma server
Facets
library · maturity experimental
vector-database search-engine rag databases large-language-models machine-learning go cross-platform embeddings vector-search in-memory chroma-compatible embeddable cosine-similarity nearest-neighbor persistence search retrieval-augmented-generation
1 source
- readme: https://github.com/philippgille/chromem-go · fetched 2026-08-28 · 01de95dd8344
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| philippgille/chromem-go | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="philippgille/chromem-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem