mobile_rag_engine 0.21.0-dev.10 copy "mobile_rag_engine: ^0.21.0-dev.10" to clipboard
mobile_rag_engine: ^0.21.0-dev.10 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 Flutter:

 $ flutter pub add mobile_rag_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mobile_rag_engine: ^0.21.0-dev.10

Alternatively, 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';
14
likes
160
points
1.28k
downloads

Documentation

API reference

Publisher

verified publisherglasses-dev.win

Weekly Downloads

Build local/on-device RAG in Flutter with Dart APIs, offline semantic search, HNSW+BM25 hybrid retrieval, and text-layer PDF indexing.

Repository (GitHub)
View/report issues

Topics

#flutter #rag #on-device #semantic-search #vector-database

License

MIT (license)

Dependencies

flutter, flutter_onnxruntime, flutter_rust_bridge, freezed_annotation, path_provider, rag_engine_flutter

More

Packages that depend on mobile_rag_engine