Skip to content

Gumo-A/hnsw_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical Navigable Small Words (HNSW)

I am trying to implement this algorithm in Rust for learning purposes

At the current commit, the package can build the index and query using a vector as input.

Tests against brute-forced NNs of the GloVe dataset show recall@10 levels of ~0.99 for very fast query times (~300 requests/sec).

I'll document how to use the binaries later.

The original paper can be found here.

About

HNSW with Rust. For learning proposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages