rag_engine_flutter 0.18.2
rag_engine_flutter: ^0.18.2 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 Flutter:
$ flutter pub add rag_engine_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rag_engine_flutter: ^0.18.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.