|
|
|
|
|
by crazy_marksman
990 days ago
|
|
Key Insights: 1. Many database back up their data in a sqlite database. Some even push vectors into sqlite, but others store vectors in their own format. 2. Qdrant has higher client connection and index initialization time that can shadow its benefit on fast and accurate vector search. |
|
Based on your statements, like
> Qdrant stores both the vectors and the metadata in a sqlite database.
It looks like you have benchmarked local mode of qdrant. It doesn't even use vector indexes and is not designed for any kind of production usage.
For anyone reading this article, I urge you to do your own benchmarks and not rely on claims that do not have open source code attached to them to replicate the results