sqlite_vec 0.1.7-alpha.3
sqlite_vec: ^0.1.7-alpha.3 copied to clipboard
Work with vector embeddings in SQLite. Based on sqlite-vec.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sqlite_vecThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sqlite_vec: ^0.1.7-alpha.3Alternatively, 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:sqlite_vec/sqlite_vec.dart';