Scaling HNSWs
simonwillison.net·8h
Flag this post

Scaling HNSWs (via) Salvatore Sanfilippo spent much of this year working on vector sets for Redis , which first shipped in Redis 8 in May.

A big part of that work involved implementing HNSW - Hierarchical Navigable Small World - an indexing technique first introduced in this 2016 paper by Yu. A. Malkov and D. A. Yashunin.

Salvatore’s detailed notes on the Redis implementation here offer an immersive trip through a fascinating modern field of computer science. He describes several new contributions he’s made to the HNSW algorithm, mainly…

Similar Posts

Loading similar posts...