nmslib
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.
CMake uses “Apple Clang” for Apple clang :)
PowerPC does not support `-march=` flag, `-mtune=` is to be used instead.
``` ---> Testing nmslib Executing: cd "/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_math_nmslib/nmslib/work/nmslib-2.1.1/similarity_search/debug" && ./bunit 2024-03-19 13:43:21 spacefactory.h:42 (Register) [INFO] Registering at the factory, space: dummy distance type: INT 2024-03-19 13:43:21 spacefactory.h:42 (Register) [INFO] Registering at...
``` /opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_math_nmslib/nmslib/work/nmslib-2.1.1/similarity_search/include/utils.h/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_math_nmslib/nmslib/work/nmslib-2.1.1/similarity_search/include/utils.h::9999::991010: :error: 99unknown type name 'thread_local': 10: error: unknown type name 'thread_local' :10: error: unknown type name 'thread_local' : error: static thread_local RandomGeneratorType randomGen(defaultRandomSeed); static thread_local RandomGeneratorType randomGen(defaultRandomSeed); ^...
## Description Coming from https://github.com/opensearch-project/k-NN/issues/1406, we have seen a couple segfaults with HNSW::add method on ARM platforms when multiple indexing threads are used. I have not been able to reproduce...
Please see the attached text file - the output was too much post straight to github. Any help in resolving the error is appreciated. [Install Error.txt](https://github.com/nmslib/nmslib/files/15191124/Install.Error.txt)
Hey all, I'm attempting to install nmslib without success. I'm on macOS Sonoma 14.1.1 MacBook intel graphics card. I'm using a conda environment and python 3.10. I'm getting an error...
It defaults to index ef_ value if its not type HNSWQuery This introduces the ability to pass in ef value at query time. https://github.com/nmslib/nmslib/issues/442
hey i got an error while installing nmslib in python 3.12 pip install nmslib Defaulting to user installation because normal site-packages is not writeable DEPRECATION: Loading egg at c:\program files\python312\lib\site-packages\vboxapi-1.0-py3.12.egg...
Actually, the whole issue is described in the title :). I suppose that a lot of peope are waiting for your brilliant library to work in the modern Python versions....