-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b24886
commit 307e149
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
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](https://github.com/Tessil/hopscotch-map), which is licensed under the MIT license. | ||
It resides in `include/hnsw/containers/hopscotch-map-1.4.0`. | ||
* Parts of [nmslib](https://github.com/searchivarius/nmslib) which are also licensed under the Apache 2.0 license. | ||
|
||
Individual source files have corresponding copyright and license info. | ||
|
||
References | ||
========== | ||
* Malkov, Y.A., Yashunin, D.A. [Efficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs](https://arxiv.org/abs/1603.09320) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters