pub type Distance = Distance;
qdrant
#[repr(i32)]pub enum Distance { UnknownDistance = 0, Cosine = 1, Euclid = 2, Dot = 3, Manhattan = 4, }