Same data, same query — but a different search strategy. Drag the query point, adjust nprobe, and press Run Search to see how IVF skips most of the data.
nprobe clusters: these light up. All other clusters are skipped entirely.The tradeoff: larger nprobe → more clusters scanned → higher recall but slower. Smaller nprobe → faster but you may miss true neighbors that live in unscanned clusters. Try setting nprobe = 1 and dragging the query near a cluster boundary to see recall drop.