qdrant_dart 0.5.0 copy "qdrant_dart: ^0.5.0" to clipboard
qdrant_dart: ^0.5.0 copied to clipboard

An idiomatic, REST-first Dart SDK for Qdrant.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qdrant_dart

With Flutter:

 $ flutter pub add qdrant_dart

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

dependencies:
  qdrant_dart: ^0.5.0

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_dart/qdrant_dart.dart';
1
likes
150
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An idiomatic, REST-first Dart SDK for Qdrant.

Repository (GitHub)
View/report issues

Topics

#qdrant #vector-database #search

License

Apache-2.0 (license)

More

Packages that depend on qdrant_dart