qdrant_edge_flutter 0.1.0 copy "qdrant_edge_flutter: ^0.1.0" to clipboard
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_flutter

This 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.0

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:qdrant_edge_flutter/qdrant_edge_flutter.dart';
0
likes
150
points
106
downloads

Documentation

API reference

Publisher

verified publisherkulekci.net

Weekly Downloads

On-device vector search for Flutter, powered by the qdrant-edge Rust crate with built-in BM25 text embedding.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on qdrant_edge_flutter

Packages that implement qdrant_edge_flutter