Techno Blender
Digitally Yours.
Browsing Tag

IVFPQ

IVFPQ + HNSW for Billion-scale Similarity Search | by Peggy Chang | Towards Data Science

The best indexing approach for billion-sized vector datasetsPhoto by Paul Talbot on UnsplashWe learned about IVFPQ in the previous article, where the inverted file index (IVF) is combined with product quantization (PQ) to create an effective method for large-scale similarity search.In this article, we will learn about HNSW and how it can be used together with IVFPQ to form the best indexing approach for billion-scale similarity search.We will first introduce NSW and skip list, the two important foundations that HNSW is…