Michael Barlow
Michael Barlow
# Description Prior to this commit, we did not URL-encode document names when querying the document index. This caused problems when names have special characters, i.e., '/' or '?'. We...
## Current Behavior I've implemented hybrid search with filters and I sometimes get high-scoring results that do not closely match my query. My collections have both sparse and dense vectors...
- Previously, the quickstart example used dot product distance. This didn't make much sense as the vectors in the example were not normalised. It also led to some weird-looking query...
## Current Behavior Hi! I'm setting up a 3-node Qdrant cluster in k8s using the [Qdrant helm chart](https://qdrant.github.io/qdrant-helm). My deployment is not behaving as I expect (or as documented). ###...