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
Qdrant server normalizes vectors when Cosine distance is used. However, this is not done when Qdrant local in-memory mode is used. That might not be clear for a locally created application pointing to the Qdrant server in production.
Qdrant server normalizes vectors when Cosine distance is used. However, this is not done when Qdrant local in-memory mode is used. That might not be clear for a locally created application pointing to the Qdrant server in production.
How to reproduce?
Even though the point was stored in a collection using Cosine distance, it was not normalized.
The text was updated successfully, but these errors were encountered: