We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d95ab commit 00d27b9Copy full SHA for 00d27b9
gensim/similarities/nmslib.py
@@ -68,6 +68,7 @@
68
Compared to Annoy, NMSLIB has more parameters to control the build and query time and accuracy.
69
NMSLIB can achieve faster and more accurate nearest neighbors search than annoy.
70
"""
71
+from __future__ import absolute_import # avoid import collision on py2 (nmslib.py - "bad" name)
72
73
from smart_open import open
74
try:
0 commit comments