mobile_rag_engine 0.3.6 copy "mobile_rag_engine: ^0.3.6" to clipboard
mobile_rag_engine: ^0.3.6 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 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.3.6

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';
5
likes
0
points
279
downloads

Publisher

verified publisherglasses-dev.win

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ai #machine-learning #semantic-search #vector-database #rag

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, onnxruntime_v2, path_provider, rag_engine_flutter

More

Packages that depend on mobile_rag_engine