ANN (Approximate Nearest Neighbor)

A class of algorithms designed to search for vectors in high-dimensional space that are close to a query vector. Unlike exact search, ANN trades a small amount of accuracy for massive gains in query speed, making it essential for large-scale similarity search.


Part of the Data & AI Terms glossary.

This page is mirrored from the GitHub Wiki. View original on GitHub