love_db 1.0.0 copy "love_db: ^1.0.0" to clipboard
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_db

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

dependencies:
  love_db: ^1.0.0

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:love_db/love_db.dart';
0
likes
140
points
105
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Local vector database for Flutter apps with on-device SQLite storage, HNSW ANN search, and a simple collections API for managing and querying embeddings.

Repository (GitHub)
View/report issues

Topics

#database #vector-database #embeddings #similarity-search #flutter

License

MIT (license)

Dependencies

flutter, local_hnsw, nanoid, path, path_provider, sqflite

More

Packages that depend on love_db