top | item 36028612

(no title)

ChocoluvH | 2 years ago

Always wondering pros/cons of Chroma and Qdrant. Can someone tell me?

discuss

order

kacperlukawski|2 years ago

Chroma doesn't seem to be a real DB, it's rather a wrapper around tools like hnswlib, DuckDB or Clickhouse. Qdrant is way more mature - it has its own HNSW implementation with some tweaks to incorporate filtering directly during the vector search phase, supports horizontal and vertical scaling, as well as provides its own managed cloud offering.

In general, Qdrant is a real DB, not a library and that's a huge difference.

ChocoluvH|2 years ago

What does Chroma lack? Their APIs seem pretty much the same to me.