From 8b2c606e2218bbc5709be77a3979032322f6ae42 Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Fri, 2 Feb 2018 09:57:51 -0500 Subject: [PATCH] Update README.md --- python_bindings/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python_bindings/README.md b/python_bindings/README.md index 2016d10..b2cd762 100644 --- a/python_bindings/README.md +++ b/python_bindings/README.md @@ -45,10 +45,6 @@ ids, distances = index.knnQuery(data[0], k=10) neighbours = index.knnQueryBatch(data, k=10, num_threads=4) ``` -#### Additional documentation - -[Even more detailed documentation is also available](https://searchivarius.github.io/nmslib/) (thanks to Ben Frederickson). - #### Installing with Extras To enable extra methods like those provided by FALCONN and LSHKIT you need to follow an extra couple steps. @@ -76,3 +72,7 @@ cd python_bindings pip install -r requirements.txt python setup.py install ``` + +#### Additional documentation + +[More detailed documentation is also available](https://searchivarius.github.io/nmslib/) (thanks to Ben Frederickson).