qdrant_edge_flutter 0.1.0
qdrant_edge_flutter: ^0.1.0 copied to clipboard
On-device vector search for Flutter, powered by the qdrant-edge Rust crate with built-in BM25 text embedding.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qdrant_edge_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qdrant_edge_flutter: ^0.1.0Alternatively, 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:qdrant_edge_flutter/qdrant_edge_flutter.dart';