Live data from Hacker News

Show HN: Chroma Cloud – serverless search database for AI

trychroma.com

21–30 of 43 posts

Re: Show HN: Chroma Cloud – serverless search database for AI

#23

what place do vector-native databases have in 2025? I feel using pgvector or redisearch works well and most setups will probably be using postgres or redis anyway.

Philip here from the Chroma engineering team. Chroma supports multiple search methods - including vector, full-text, and regex search. Four quick ways Chroma is different than pgvector: Better indexes, sharding, scaling, and object storage. Chroma uses SPANN (Scalable Approximate Nearest Neighbor) and SPFresh (a freshness-aware ANN index). These are specialized algorithms not present in pgvector. [1]. The core issue…

object storage here do you mean the recent released S3 Vector?

Re: Show HN: Chroma Cloud – serverless search database for AI

#26
post #25

What about comparison with Qdrant?

Qdrant team is also smart!

The main reason we have seen people switch from Qdrant to Chroma is for operational simplicity and reliability. With Qdrant you have to size nodes, manage sharding, be oncall, etc - with Chroma there is literally 0 config or operational pain. Search, that just works!

Re: Show HN: Chroma Cloud – serverless search database for AI

#27

Earlier quoted context omitted.

Philip here from the Chroma engineering team. Chroma supports multiple search methods - including vector, full-text, and regex search. Four quick ways Chroma is different than pgvector: Better indexes, sharding, scaling, and object storage. Chroma uses SPANN (Scalable Approximate Nearest Neighbor) and SPFresh (a freshness-aware ANN index). These are specialized algorithms not present in pgvector. [1]. The core issue…

object storage here do you mean the recent released S3 Vector?

We use S3, but not S3 Vector.

Re: Show HN: Chroma Cloud – serverless search database for AI

#28

Doesn't this does seem like a bit of an... exact rip off of turbopuffer? Down to the style of the webpages and the details of the pricing? Here's the pricing calculator, for example: https://share.cleanshot.com/JddPvNj3 https://share.cleanshot.com/9zqx5ypp As a happy turbopuffer user, not sure why I'd want to use Chroma.

didn't the ceo of turbopuffer work for you? doesn't have to bias you, but probably worth calling out?

Re: Show HN: Chroma Cloud – serverless search database for AI

#30

Why does it say open source but then try to charge me money

Chroma's open-source under an Apache 2.0 License: https://github.com/chroma-core/chroma

Single-node Chroma is very easy to self-host for free: https://docs.trychroma.com/guides/deploy/docker

Post reply on HN