DiskANN: Billion-Scale Search on SSD
DiskANN is a graph-based approximate nearest neighbor search approach designed to make very large vector indexes searchable from…
Read moreKnowledge Base
Structured articles covering everything from core concepts to production operations.
DiskANN is a graph-based approximate nearest neighbor search approach designed to make very large vector indexes searchable from…
Read moreBinary quantization is a way to compress embeddings by turning each numeric dimension into a bit, usually reducing…
Read moreScalar quantization is a vector compression technique that stores each embedding dimension with fewer bits, most commonly by…
Read moreProduct quantization is a vector compression technique used in large-scale similarity search. It works by splitting each high-dimensional…
Read moreLocality Sensitive Hashing, or LSH, is an approximate nearest neighbor technique that uses special hash functions to place…
Read moreIVF-PQ is a vector search indexing approach that combines inverted file clustering with product quantization so large embedding…
Read moreIVF, or Inverted File Index, is a vector search indexing method that speeds up nearest-neighbor search by dividing…
Read moreHNSW tuning is about balancing graph quality, search breadth, and resource cost. The M parameter controls how many…
Read moreHNSW, short for Hierarchical Navigable Small World, is a graph-based indexing algorithm used to make high-dimensional vector search…
Read moreExact nearest neighbour search finds the true closest vectors by comparing a query vector with every vector in…
Read more