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
I think this is even causing a panic when using CosineSimilarity (I'm getting an calling Option::unwrap() on a None value) which might be related to #17 ?
This line assumes, that
dot
function returns a simple dot production and negates it to make it work like a distance (smaller = closer)hora/src/core/metrics.rs
Line 56 in a6759f8
But in reality,
dot
function is already negated in theSIMDOptmized
inplementation:hora/src/core/simd_metrics.rs
Line 32 in ce10e42
Which leads to double inverting and incorrect use of Dot Production
The text was updated successfully, but these errors were encountered: