Skip to content

Commit 2235aad

Browse files
authored
Update README.md
1 parent 8992ebb commit 2235aad

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hnswlib - fast approximate nearest neighbor search
2-
Header-only C++ HNSW implementation with python bindings. Paper's code for the HNSW 200M SIFT experiment
2+
Header-only C++ HNSW implementation with python bindings.
33

44
**NEWS:**
55

@@ -296,4 +296,13 @@ To run test **with** updates (from `build` directory)
296296

297297
### References
298298

299-
Malkov, Yu A., and D. A. Yashunin. "Efficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs." TPAMI, preprint: https://arxiv.org/abs/1603.09320
299+
@article{malkov2018efficient,
300+
title={Efficient and robust approximate nearest neighbor search using hierarchical navigable small world graphs},
301+
author={Malkov, Yu A and Yashunin, Dmitry A},
302+
journal={IEEE transactions on pattern analysis and machine intelligence},
303+
volume={42},
304+
number={4},
305+
pages={824--836},
306+
year={2018},
307+
publisher={IEEE}
308+
}

0 commit comments

Comments
 (0)