realm_flutter_vector_db 1.0.13 copy "realm_flutter_vector_db: ^1.0.13" to clipboard
realm_flutter_vector_db: ^1.0.13 copied to clipboard

Realm Dart SDK with built-in HNSW vector search - a mobile database with AI/ML vector similarity search capabilities for semantic search.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add realm_flutter_vector_db

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

dependencies:
  realm_flutter_vector_db: ^1.0.13

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:realm_flutter_vector_db/realm_flutter_vector_db.dart';
1
likes
155
points
481
downloads

Publisher

unverified uploader

Weekly Downloads

Realm Dart SDK with built-in HNSW vector search - a mobile database with AI/ML vector similarity search capabilities for semantic search.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, realm_dart_vector_db

More

Packages that depend on realm_flutter_vector_db

Packages that implement realm_flutter_vector_db