Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nmslib/nmslib
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivarius committed Jun 4, 2019
2 parents f8a8f04 + 9348218 commit 05b06e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 05b06e4

Please sign in to comment.