flutter_gemma_rag_qdrant 1.0.0-rc.1 copy "flutter_gemma_rag_qdrant: ^1.0.0-rc.1" to clipboard
flutter_gemma_rag_qdrant: ^1.0.0-rc.1 copied to clipboard

qdrant-edge on-device RAG vector store for flutter_gemma (native FFI; ~75x faster search than sqlite). Opt-in package; implements flutter_gemma's VectorStoreRepository. Native platforms only (no web).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_gemma_rag_qdrant

With Flutter:

 $ flutter pub add flutter_gemma_rag_qdrant

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

dependencies:
  flutter_gemma_rag_qdrant: ^1.0.0-rc.1

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:flutter_gemma_rag_qdrant/flutter_gemma_rag_qdrant.dart';
0
likes
0
points
267
downloads

Publisher

verified publishersashadenisov.dev

Weekly Downloads

qdrant-edge on-device RAG vector store for flutter_gemma (native FFI; ~75x faster search than sqlite). Opt-in package; implements flutter_gemma's VectorStoreRepository. Native platforms only (no web).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

code_assets, crypto, ffi, flutter, flutter_gemma, hooks, uuid

More

Packages that depend on flutter_gemma_rag_qdrant