sqlite_vector 0.9.85 copy "sqlite_vector: ^0.9.85" to clipboard
sqlite_vector: ^0.9.85 copied to clipboard

SQLite Vector is a cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. It works seamlessly on iOS, Android, Windows, Linux, and macOS, us [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite_vector

With Flutter:

 $ flutter pub add sqlite_vector

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

dependencies:
  sqlite_vector: ^0.9.85

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_vector/sqlite_vector.dart';
0
likes
120
points
100
downloads

Publisher

verified publishersqlite.ai

Weekly Downloads

SQLite Vector is a cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. It works seamlessly on iOS, Android, Windows, Linux, and macOS, using just 30MB of memory by default. With support for Float32, Float16, BFloat16, Int8, UInt8 and 1Bit, and highly optimized distance functions, it's the ideal solution for Edge AI applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_vector