/plushcap/analysis/supabase/supabase-increase-performance-pgvector-hnsw

pgvector v0.5.0: Faster semantic search with HNSW indexes

What's this blog post about?

Supabase Vector is set to become faster with the introduction of pgvector v0.5.0, which includes a new type of index called Hierarchical Navigable Small World (HNSW). HNSW is an algorithm for approximate nearest neighbor search in high-dimensional spaces like those found in embeddings. The update allows users to take advantage of the new HNSW index on their column using CREATE INDEX ON documents USING hnsw (embedding vector_ip_ops);. HNSW combines hierarchical and navigable small world concepts, offering improved performance over inverted file (IVF) indexes.

Company
Supabase

Date published
Sept. 6, 2023

Author(s)
Greg Richardson

Word count
1415

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.