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.
kacperlukawski|2 years ago
In general, Qdrant is a real DB, not a library and that's a huge difference.
ChocoluvH|2 years ago