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

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 dart pub get):

dependencies:
  mobile_rag_engine: ^0.21.0-dev.3

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

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

unknown (license)

Dependencies

flutter, flutter_onnxruntime, flutter_rust_bridge, freezed_annotation, path_provider, rag_engine_flutter

More

Packages that depend on mobile_rag_engine