You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using HNSWFlat index with JensenShannon metric and processed data > 1.0, the program will get stuck.
Platform
OS: Ubuntu 24.04 LTS
Faiss version: faiss-gpu 1.8.0
Installed from: Anaconda
Faiss compilation options:
Running on:
[✔] CPU
GPU
Interface:
C++
[✔] Python
Reproduction instructions
When using HNSWFlat index with JensenShannon metric and handling data greater than 1.0, the Python script will get stuck.
However, the Python script runs normally, when handling data between 0 and 1.0 .
I am able to reproduce the issue with the code provided. However, I'm not intimately familiar with Jensen-Shannon metric and will not be able to prioritize looking into this bug at this time. Normalizing your vectors should be a sufficient workaround for now?
Summary
When using HNSWFlat index with JensenShannon metric and processed data > 1.0, the program will get stuck.
Platform
OS: Ubuntu 24.04 LTS
Faiss version: faiss-gpu 1.8.0
Installed from: Anaconda
Faiss compilation options:
Running on:
Interface:
Reproduction instructions
When using HNSWFlat index with JensenShannon metric and handling data greater than 1.0, the Python script will get stuck.
However, the Python script runs normally, when handling data between 0 and 1.0 .
The text was updated successfully, but these errors were encountered: