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

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

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:sqlite_vec/sqlite_vec.dart';
0
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sqlite_vec

Packages that implement sqlite_vec