3 comments

[ 3.8 ms ] story [ 20.0 ms ] thread
> Milvus is an open-source vector database built for GenAI applications.
It seems to me like many developers are moving from native vector stores back to Postgres with pgvector. It's easier to integrate, cheaper to set up, familiar to work with, oftentimes faster, while not hitting any limitations for most projects. My vector store recommendation boils down to: "Use pgvector unless you have specific reason not to".

Does this still hold?

Milvus is the most popular vector database in the world.