discovered 03 Aug 2026
pgvector
→ View on GitHubpgvector is an open-source PostgreSQL extension designed for efficient vector similarity search, enabling the storage and retrieval of vector data alongside traditional relational data. It supports both exact and approximate nearest neighbor searches using various distance metrics such as L2 distance, cosine distance, and Hamming distance, while also offering features like ACID compliance and scalable quantization methods for handling large datasets. This integration allows users to seamlessly leverage the capabilities of PostgreSQL for machine learning and other applications that require vector data management.