From 4fb70686cb5c8e8d54c800a0ec12f93dd46d7b0d Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Tue, 4 Jun 2019 07:55:06 -0400 Subject: [PATCH 1/2] Update README.md --- manual/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/README.md b/manual/README.md index 8ebd006..9d7f281 100644 --- a/manual/README.md +++ b/manual/README.md @@ -12,7 +12,7 @@ contains a detailed description of implemented search spaces and methods. ## Documentation Links * [Python bindings overview](/python_bindings/README.md) and [Python bindings API](https://nmslib.github.io/nmslib/index.html) -* [A brief list of methods and parameters](/manual/methods.md) +* [A brief list of methods and parameters (including basic tuning guidelines)](/manual/methods.md) * [A brief list of supported spaces/distance](/manual/spaces.md) * [Some data used in the past](/manual/datasets.md) * [Building the main library (Linux/Mac)](/manual/build.md) From 93482183c4a541003a2d043fbfc7319ecca77c9b Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Tue, 4 Jun 2019 19:00:08 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129043c..2fb160f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ NMSLIB is possibly the first library with a principled support for non-metric sp NMSLIB is an **extendible library**, which means that is possible to add new search methods and distance functions. NMSLIB can be used directly in C++ and Python (via Python bindings). In addition, it is also possible to build a query server, which can be used from Java (or other languages supported by Apache Thrift). Java has a native client, i.e., it works on many platforms without requiring a C++ library to be installed. -**Authors**: Bilegsaikhan Naidan, Leonid Boytsov, Yury Malkov. **With contributions from** David Novak, Lawrence Cayton, Wei Dong, Avrelin Nikita, Ben Frederickson, Dmitry Yashunin, Bob Poekert, @orgoro, Maxim Andreev, Daniel Lemire, Nathan Kurz, Alexander Ponomarenko. +**Authors**: Bilegsaikhan Naidan, Leonid Boytsov, Yury Malkov. **With contributions from** David Novak, Lawrence Cayton, Wei Dong, Avrelin Nikita, Ben Frederickson, Dmitry Yashunin, Bob Poekert, @orgoro, @gregfriedland, Maxim Andreev, Daniel Lemire, Nathan Kurz, Alexander Ponomarenko. ## Brief History