timescale/pgvectorscale: Postgres extension for vector search (DiskANN), complements pgvector for performance and scale. Postgres OSS licensed.
github.com·3d·
Discuss: Hacker News
🪳CockroachDB
Preview
Report Post

pgvectorscale

pgvectorscale builds on pgvector with higher performance embedding search and cost-efficient storage for AI applications.

pgvectorscale complements pgvector, the open-source vector data extension for PostgreSQL, and introduces the following key innovations for pgvector data:

  • A new index type called StreamingDiskANN, inspired by the DiskANN algorithm, based on research from Microsoft.
  • Statistical Binary Quantization: developed by Timescale researchers, This compression method improves on standard Binary Quantization.
  • Label-based filtered vector search: based on Microsoft’s Filtered DiskANN research, this allows you to combine vector similarity search with la…

Similar Posts

Loading similar posts...