PostgreSQL pgvector: Getting Started and Scaling
Developers can now store, index and query vectors in PostgreSQL using pgvector, eliminating the need for a dedicated vector database. This blog deep dives into pgvector, and explains how to store text embeddings as vectors, execute similarity search, choose between indexes, and scale with distributed SQL.