realm_dart_vector_db 1.0.10
realm_dart_vector_db: ^1.0.10 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.

A simple command-line application using Realm Dart SDK #
Setup #
Run these commands to setup the application
-
Get all dependencies
dart pub get -
Install the
realm_dartpackage into the application. This downloads and copies the required native binaries to the app directory.dart run realm_dart install -
To generate RealmObject classes with realm_dart use this command.
On Dart use
dart run realm_dartto runrealm_dartpackage commandsdart run realm_dart generateA new file
bin/myapp.g.dartwill be created next to thebin/myapp.dart. -
Run the application
dart run