rag_engine_flutter 0.1.0
rag_engine_flutter: ^0.1.0 copied to clipboard
Native Rust FFI plugin for mobile_rag_engine. Provides high-performance tokenization and HNSW vector indexing for on-device RAG.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rag_engine_flutterWith Flutter:
$ flutter pub add rag_engine_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rag_engine_flutter: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.