Skip to content

Commit fb1885b

Browse files
authored
Merge pull request #380 from korzhenevski/patch-1
Highlight code
2 parents eae971a + 492e15e commit fb1885b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ To run test **with** updates (from `build` directory)
317317
- 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)
318318
319319
### References
320-
320+
HNSW paper:
321+
```
321322
@article{malkov2018efficient,
322323
title={Efficient and robust approximate nearest neighbor search using hierarchical navigable small world graphs},
323324
author={Malkov, Yu A and Yashunin, Dmitry A},
@@ -328,3 +329,6 @@ To run test **with** updates (from `build` directory)
328329
year={2018},
329330
publisher={IEEE}
330331
}
332+
```
333+
334+
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.

TESTING_RECALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ max_elements defines the maximum number of elements that can be stored in the st
2727

2828
### measuring recall example
2929

30-
```
30+
```python
3131
import hnswlib
3232
import numpy as np
3333

0 commit comments

Comments
 (0)