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
CrateDB: Vector Store -- make _euclidean_relevance_score_fn identity f.
We don't need anything on top of it, ie we don't need this function and
instead should use value from CrateDB as is.
Similarity is already in the (0,1] interval and dividing by math.sqrt(2)
won't normalize it but return wrong result, for example 1 will become
0.714.
0 commit comments