qdrant_edge 0.8.0-dev.3 copy "qdrant_edge: ^0.8.0-dev.3" to clipboard
qdrant_edge: ^0.8.0-dev.3 copied to clipboard

On-device vector search for Dart and Flutter, powered by the qdrant-edge Rust engine through UniFFI — the same shared FFI crate as the Swift and Kotlin SDKs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qdrant_edge

With Flutter:

 $ flutter pub add qdrant_edge

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

dependencies:
  qdrant_edge: ^0.8.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:qdrant_edge/qdrant_edge.dart';
0
likes
140
points
283
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device vector search for Dart and Flutter, powered by the qdrant-edge Rust engine through UniFFI — the same shared FFI crate as the Swift and Kotlin SDKs.

Topics

#vector-search #embeddings #database #ffi #on-device

License

Apache-2.0 (license)

Dependencies

code_assets, crypto, ffi, hooks

More

Packages that depend on qdrant_edge