love_db 1.0.0
love_db: ^1.0.0 copied to clipboard
Local vector database for Flutter apps with on-device SQLite storage, HNSW ANN search, and a simple collections API for managing and querying embeddings.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add love_dbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
love_db: ^1.0.0Alternatively, 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:love_db/love_db.dart';