langchain/libs
Kacper Łukawski 621419f71e
Fix normalizing the cosine distance in Qdrant (#12934)
Qdrant was incorrectly calculating the cosine similarity and returning
`0.0` for the best match, instead of `1.0`. Internally Qdrant returns a
cosine score from `-1.0` (worst match) to `1.0` (best match), and the
current formula reflects it.
2023-11-06 07:36:59 -08:00
..
cli cli template gitignores (#12914) 2023-11-05 22:34:45 -08:00
experimental bump 328, exp 37 (#12722) 2023-11-01 10:27:39 -07:00
langchain Fix normalizing the cosine distance in Qdrant (#12934) 2023-11-06 07:36:59 -08:00