nmslib icon indicating copy to clipboard operation
nmslib copied to clipboard

Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces.

Results 98 nmslib issues
Sort by recently updated
recently updated
newest added

Hello there! Any plans to docker-ize it? Regards

``` Andrews-iMac:~ andy$ sw_vers -productVersion 10.13.1 Andrews-iMac:~ andy$ python3.6 Python 3.6.3 |Anaconda, Inc.| (default, Oct 6 2017, 12:04:38) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin Type "help", "copyright", "credits"...

bug

Hey sorry to bother you, I've been trying to download scispacy via pip on windows 10 using python 3.10.0 today and it keeps failing due to errors about nmslib I've...

Part of the error log: ``` /tmp/pip-install-o3wxapn7/nmslib_9eee5660989f4ab7a191d3ecc15aaf86/.eggs/pybind11-2.6.1-py3.11.egg/pybind11/include/pybind11/cast.h:446:36: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 446 | " " + handle(frame->f_code->co_filename).cast() + | ^~ In file included from...

Similar to issue [529](https://github.com/nmslib/nmslib/issues/529), though I'm installing nmslib as a dependency for [scispacy](https://github.com/allenai/scispacy). It's also working just fine in 3.8.2, as with issue 529. pip version: 23.0 Windows: 10.0.19044 x64...

Is there any gui based example with search option for the local database or files in the storage to deploy locally offline and test?

When installing nmslib through pip on mac m1, I got the below error. Is there support for this lib in mac?. Sharing the error below ` ./similarity_search/src/distcomp_bregman.cc:395:16: warning: explicit instantiation...

Hi all! First of all, a big thank you to the maintainers of this awesome library. I am opening an issue because I found a problem installing the [pyserini](https://github.com/castorini/pyserini) Python...

Currently, the pre-built wheels exist only for Python 2.7, and 3.5-3.9 (see https://pypi.org/project/nmslib/2.1.1/#files). No wheel for Windows and 3.9 is provided, making 3.8 the last supported Python version. Hence, the...