Also known as: ANN
Approximate Nearest Neighbor (ANN) refers to methods for finding items that are likely to be closest or most similar to a query item without exhaustively comparing every candidate. In AI systems, ANN is widely used for high-scale, low-latency search over vectors or embeddings, such as semantic search and retrieval-augmented generation.