vector_kit 0.1.1
vector_kit: ^0.1.1 copied to clipboard
SIMD-accelerated vector math for embeddings: dot product, cosine similarity, normalization, and top-k search over packed matrices.
0.1.0 #
- Initial release.
- SIMD dot product, cosine similarity, Euclidean distance, and
normalization over
Float32List, with fail-fast validation of lengths and non-finite components. VectorMatrix: packed row-major storage with precomputed row norms, top-k cosine, dot product, and Euclidean search, and aVKT1binary format for serialization.