Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add information about the patent
  • Loading branch information
yurymalkov authored Apr 16, 2022
1 parent 7cc0ecb commit 443d667
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ To run test **with** updates (from `build` directory)
- Visual search engine for 1M amazon products (MXNet + HNSW): [website](https://thomasdelteil.github.io/VisualSearch_MXNet/), [code](https://github.com/ThomasDelteil/VisualSearch_MXNet), demo by [@ThomasDelteil](https://github.com/ThomasDelteil)
### References
HNSW paper:
```
@article{malkov2018efficient,
title={Efficient and robust approximate nearest neighbor search using hierarchical navigable small world graphs},
author={Malkov, Yu A and Yashunin, Dmitry A},
Expand All @@ -328,3 +329,6 @@ To run test **with** updates (from `build` directory)
year={2018},
publisher={IEEE}
}
```
The update algorithm supported in this repository is to be published in "Dynamic Updates For HNSW, Hierarchical Navigable Small World Graphs" US Patent 15/929,802 by Apoorv Sharma, Abhishek Tayal and Yury Malkov.

0 comments on commit 443d667

Please sign in to comment.