From 1f4986b6cc4ab0eb9f111b02f0504deec4d7c4fd Mon Sep 17 00:00:00 2001 From: Kyle Diaz Date: Tue, 19 Aug 2025 16:49:36 -0700 Subject: [PATCH] Update Chroma entry We have a "distributed chroma" version which can scale horizontally and shard! --- vector-db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector-db.md b/vector-db.md index e64426a..3baef10 100644 --- a/vector-db.md +++ b/vector-db.md @@ -19,7 +19,7 @@ https://github.com/weaviate/weaviate | 🟢 Yes | 🟢 Yes | cosine, dot, L2 squ https://github.com/qdrant/qdrant | 🟢 Yes | 🟢 Yes | cosine, dot, euclidean | HNSW https://github.com/milvus-io/milvus | 🟢 Yes | 🟢 Yes | cosine, dot, euclidean, jaccard, hamming | HNSW, FLAT, IVF-FLAT, IVF-PQ https://github.com/RedisVentures/redisvl | 🟢 Yes | 🟢 Yes | cosine, inner product, L2 | HNSW, FLAT -https://github.com/chroma-core/chroma | 🟢 Yes | 🔴 No | cosine, inner product, L2 | HNSW +https://github.com/chroma-core/chroma | 🟢 Yes | 🟢 Yes | cosine, inner product, L2 | HNSW [Pinecone](https://www.pinecone.io) | 🔴 No | 🟢 Yes | cosine, dot, euclidean | HNSW, FLAT, LSH, PQ [pgvector Postgres extension](https://github.com/pgvector/pgvector) | 🟢 Yes | 🟢 Yes | cosine, inner product, L2, taxicab | IVFFLAT, HNSW ```