#ann-search
-
HNSW vs IVF: Vector Index Tradeoffs Compared
A side-by-side comparison of HNSW, IVF-Flat, IVF-PQ, flat and disk-based vector indexes on memory, build cost, updates and the knob that sets recall.
-
Low Vector Search Recall: Causes and Fixes
Why an approximate index returns the wrong neighbours: candidate lists too small, metric mismatch, filters, tombstones, and how to measure recall properly.
-
Vector Search Fundamentals: Embeddings, ANN and Recall
What an approximate nearest neighbor index does, how graph and cluster based indexes differ, and how quantization trades memory against recall.