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
We recently tried to convert CAGRA to HNSW using RAFT's built-in API. We found that the ef parameter was not passed to hnswlib. Moreover, even when using setEf to set the ef parameter, there are concurrency issues.
We recently tried to convert CAGRA to HNSW using RAFT's built-in API. We found that the
ef
parameter was not passed tohnswlib
. Moreover, even when usingsetEf
to set theef
parameter, there are concurrency issues.raft/cpp/include/raft/neighbors/hnsw.hpp
Line 122 in b66b269
The text was updated successfully, but these errors were encountered: