Caesar AI Atlas

Approximate Nearest Neighbor (ANN)

Also known as: ANN

Caesar AI Atlas Definition

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.

Other Definitions

Approximate Nearest Neighbor Source

The Approximate Nearest Neighbor (ANN) service is a high scale, low latency solution, to find similar vectors (or more specifically, "embeddings") for a large corpus. For more information, see How to use Vector Search for semantic matching.

Concept Comparisons

Related Terms