Can Chroma handle combined structured+vector search? E.g. filtering by `category=X and value>Y` then finding top N matches by vec similarity?
Show HN: Chroma Cloud – serverless search database for AI
21–30 of 43 posts
Re: Show HN: Chroma Cloud – serverless search database for AI
#22Can Chroma handle combined structured+vector search? E.g. filtering by `category=X and value>Y` then finding top N matches by vec similarity?
Re: Show HN: Chroma Cloud – serverless search database for AI
#23what 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…
Re: Show HN: Chroma Cloud – serverless search database for AI
#24Re: Show HN: Chroma Cloud – serverless search database for AI
#25Re: Show HN: Chroma Cloud – serverless search database for AI
#26What about comparison with Qdrant?
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
#27Earlier 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?
Re: Show HN: Chroma Cloud – serverless search database for AI
#28Doesn'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.
Re: Show HN: Chroma Cloud – serverless search database for AI
#29Re: Show HN: Chroma Cloud – serverless search database for AI
#30Why does it say open source but then try to charge me money
Single-node Chroma is very easy to self-host for free: https://docs.trychroma.com/guides/deploy/docker