sqlite_vec 0.1.7-alpha.2
sqlite_vec: ^0.1.7-alpha.2 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 Dart:
$ dart pub add sqlite_vecWith Flutter:
$ flutter pub add sqlite_vecThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_vec: ^0.1.7-alpha.2Alternatively, 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:sqlite_vec/sqlite_vec.dart';