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

Realm Flutter SDK with built-in HNSW vector search - a mobile database alternative to SQLite with AI/ML vector similarity search capabilities for semantic search, RAG, and recommendation systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add realm_flutter_vector_db

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 dart pub get):

dependencies:
  realm_flutter_vector_db: ^1.0.1

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:realm_flutter_vector_db/realm.dart';
import 'package:realm_flutter_vector_db/realm_vector_db.dart';
1
likes
0
points
481
downloads

Publisher

unverified uploader

Weekly Downloads

Realm Flutter SDK with built-in HNSW vector search - a mobile database alternative to SQLite with AI/ML vector similarity search capabilities for semantic search, RAG, and recommendation systems.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, realm_dart_vector_db

More

Packages that depend on realm_flutter_vector_db

Packages that implement realm_flutter_vector_db