



A graph-based approximate nearest neighbor search algorithm that uses both long-range and short-range links to achieve poly-logarithmic search complexity. Foundation for the more advanced HNSW algorithm.
Loading more......
Navigable Small World (NSW) is a graph-based algorithm that finds approximate nearest neighbors in a dataset. By building proximity graphs with both long-range and short-range links, search times are reduced to poly-logarithmic complexity.
The "small world" property means that most nodes can be reached from any other node through a small number of hops, similar to the "six degrees of separation" concept in social networks.
NSW evolved into Hierarchical Navigable Small World (HNSW), which adds hierarchical layers to further improve search efficiency and accuracy.
Not applicable (algorithmic concept).