vector_kit 0.3.1
vector_kit: ^0.3.1 copied to clipboard
SIMD-accelerated vector math for embeddings: dot product, cosine similarity, normalization, and top-k search over packed matrices.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vector_kitWith Flutter:
$ flutter pub add vector_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vector_kit: ^0.3.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vector_kit/vector_kit.dart';