Vector search finds the semantically closest documents to a query by comparing embedding vectors. Exact search is accurate but O(n). HNSW builds a navigable small-world graph for O(log n) approximate search. IVF clusters vectors into buckets for fast coarse filtering. This demo animates the search traversal and shows recall vs latency tradeoffs.
Part of the EngineersOfAI Interactive 3D - free interactive visualizations covering every major concept in machine learning and AI engineering. Hover any element for a plain-English explanation. No code required.