mobile_rag_engine 0.21.0-dev.7
mobile_rag_engine: ^0.21.0-dev.7 copied to clipboard
Build local/on-device RAG in Flutter with Dart APIs, offline semantic search, HNSW+BM25 hybrid retrieval, and text-layer PDF indexing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mobile_rag_engineWith Flutter:
$ flutter pub add mobile_rag_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mobile_rag_engine: ^0.21.0-dev.7Alternatively, 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:mobile_rag_engine/mobile_rag_engine.dart';