/simd-metrics

A small library for SIMD accelerated vector distances, extracted from the qdrant project

Primary LanguageRustApache License 2.0Apache-2.0

simd-metrics

A small library for SIMD accelerated vector distances, extracted from the qdrant project

Changes (to qdrants implementation)

  • VectorElementType and ScoreType were replaced with f32
  • Distance has been moved to metric.rs and their imports were updated in the other files.
  • 'JsonSchema' and 'FromPrimitive' aren't derived for Distance