pgvector
Extension that turns PostgreSQL into a vector database — no separate DB needed, uses familiar SQL
pgvector is a PostgreSQL extension that adds vector storage and search capabilities directly into an existing relational database. The idea is simple yet highly practical: instead of deploying a se...