• Notes on MetricType and distances
  • METRIC_L2
  • METRIC_INNER_PRODUCT
  • How can I index vectors for cosine similarity?
  • Additional metrics
  • How can I index vectors for Mahalanobis distance?
  • How can I do max Inner Product search on indexes that support only L2?
  • How can I do L2 searches for indexes that support only max inner product?
  • How can I find the farthest away vector instead of the nearest one?