Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:searchivarius/nmslib into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Feb 3, 2018
2 parents bc40f92 + 8b2c606 commit 9ef9242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Non-Metric Space Library (NMSLIB)
=================
The latest **pre**-release is [1.6](https://github.com/searchivarius/nmslib/releases/tag/v1.6). Note that the manual is not updated to reflect 1.6 changes. In particular, we changed the build procedure for Windows. Also note that the manual targets primiarily developers who will extend the library. For most other folks, [Python binding docs should be sufficient](https://searchivarius.github.io/nmslib/).
The latest **pre**-release is [1.6](https://github.com/searchivarius/nmslib/releases/tag/v1.6). Note that the manual is not updated to reflect 1.6 changes. In particular, we changed the build procedure for Windows. Also note that the manual targets primiarily developers who will extend the library. For most other folks, [Python binding docs should be sufficient](python_bindings).
-----------------
Non-Metric Space Library (NMSLIB) is an **efficient** cross-platform similarity search library and a toolkit for evaluation of similarity search methods. The core-library does **not** have any third-party dependencies.

Expand Down
3 changes: 3 additions & 0 deletions python_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ information](https://github.com/pybind/python_example#installation).

#### Example Usage

Here is a simple example, but we also have [Python notebooks with more elaborate end-to-end examples, which include even computation of gold-standard data](notebooks) (for both sparse and dense space):

```python
import nmslib
import numpy
Expand Down Expand Up @@ -70,6 +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).

0 comments on commit 9ef9242

Please sign in to comment.