Andrey Vasnetsov
Andrey Vasnetsov
Moreover, I see that the proposed distance metric requires some extra parameters. This is also an interface change, which is almost guaranteed to have an impact on the interface
Not yet, but might be able soon > Will the performance be faster than CPU What is the point of using GPU if it is not?
Hi @Michael-JB, what you observe is caused by the mechanics of `"fusion": "rrf"`. This fusion method ignores original scores and weight results based on the position instead. So if you...
Overall the grouping operation in qdrant is quite limited compare to relational databases, due to it's distributed nature. Distributed join operations are not that efficient we usually propose to flatten...

depends on https://github.com/qdrant/qdrant/pull/4943
this is technically a breaking change
Hi @IsaacRodgz, can you please verify that vectors are actually obtained from real NN, and not a mock values. E.g. if you would use all the same values, it might...
Hey @AndreDraganov, could you please rephrase the scenario so we could try to reproduce it. Please provide examples of qdrant requests you are doing. Please not that `document` is not...
please provide a reproducible example