qdrant
qdrant copied to clipboard
universal-query: New `QueriedPoint` struct with extendable `Score` enum
- Introduces a
QueriedPoint
struct, which is equivalent to aScoredPoint
, but has aScore
enum, which can be used to be the output of scroll-like requests, like when specifyingorder_by
. - Changes the output elements of
query
to be ofQueriedPoint
type. - Also adds this types as external grpc types and in internal grpc service