dart_vector_embedding 0.1.1
dart_vector_embedding: ^0.1.1 copied to clipboard
Cross-platform Dart Native GGUF embeddings via llama.cpp with shared per-model concurrency and native async callbacks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_vector_embeddingWith Flutter:
$ flutter pub add dart_vector_embeddingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_vector_embedding: ^0.1.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:dart_vector_embedding/dart_vector_embedding.dart';