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
fix: the distance for multivector query is not correct (#3522)
the dist should be `dist = sum(1 - sim)` for multivector query, but we
set it `dist = 1 - sum(sim)`.
The order of results is still correct but let's make it consistent
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
0 commit comments