Overview of pgvectorscale
mainpgvectorscale is a PostgreSQL extension that builds on pgvector to provide higher performance embedding search and cost-efficient storage for AI applications.
Key features include:
- StreamingDiskANN: A new index type inspired by Microsoft's DiskANN algorithm.
- Statistical Binary Quantization: A custom compression method for improved efficiency over standard binary quantization.
- Label-based filtered vector search: Enables combining vector similarity search with label filtering for more precise results.
It is developed in Rust using the pgrx framework.