Skip to content

andrusha97/online-hnsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online HNSW

An implementation of the HNSW index for approximate nearest neighbors search for C++14, that supports incremental insertion and removal of elements.

License

Original parts of this project are licensed under the terms of the Apache 2.0 license. This project also includes:

  • A copy of the hopscotch-map project, which is licensed under the MIT license. It resides in include/hnsw/containers/hopscotch-map-1.4.0.
  • Parts of nmslib, which are also licensed under the Apache 2.0 license.

Individual source files have corresponding copyright and license info.

References

About

Implementation of HNSW that supports online updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages