Home / Companies / Supabase / Blog / Post Details
Content Deep Dive

pgvector v0.5.0: Faster semantic search with HNSW indexes

Blog post from Supabase

Post Details
Company
Date Published
Author
Greg Richardson
Word Count
1,415
Company Posts That Month
2
Language
English
Hacker News Points
7
Post removed?
No
Summary

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.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Vector Search 4 1,580 209 74 -14%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.