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

With Flutter:

 $ flutter 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.3.1

Alternatively, 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';
0
likes
160
points
293
downloads
screenshot

Documentation

Documentation
API reference

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

MIT (license)

More

Packages that depend on vector_kit