mobile_rag_engine 0.4.2
mobile_rag_engine: ^0.4.2 copied to clipboard
A high-performance, on-device RAG (Retrieval-Augmented Generation) engine for Flutter. Run semantic search completely offline on iOS and Android with HNSW vector indexing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobile_rag_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobile_rag_engine: ^0.4.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mobile_rag_engine/mobile_rag_engine.dart';