sqlite_vec 0.1.7-alpha.2 copy "sqlite_vec: ^0.1.7-alpha.2" to clipboard
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_vec

With Flutter:

 $ flutter pub add sqlite_vec

This 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.2

Alternatively, 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';
0
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Work with vector embeddings in SQLite. Based on sqlite-vec.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sqlite_vec

Packages that implement sqlite_vec