vector_kit 0.1.0 copy "vector_kit: ^0.1.0" to clipboard
vector_kit: ^0.1.0 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_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vector_kit: ^0.1.0

Alternatively, your editor might support dart 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';
0
likes
0
points
293
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

SIMD-accelerated vector math for embeddings: dot product, cosine similarity, normalization, and top-k search over packed matrices.

Repository (GitHub)
View/report issues

Topics

#simd #vectors #embeddings #similarity #performance

License

unknown (license)

More

Packages that depend on vector_kit