2024-04-27 12:06:59 -07:00
|
|
|
[package]
|
|
|
|
|
name = "sqlite-vec"
|
|
|
|
|
license = "MIT OR Apache"
|
|
|
|
|
homepage = "https://alexgarcia.xyz/sqlite-vec"
|
|
|
|
|
repo = "https://github.com/asg017/sqlite-vec"
|
|
|
|
|
description = "A vector search SQLite extension."
|
|
|
|
|
authors = ["Alex Garcia"]
|
2024-06-28 19:15:44 -07:00
|
|
|
git_tag_format = "v$VERSION"
|
2024-04-27 12:06:59 -07:00
|
|
|
|
|
|
|
|
[targets]
|
|
|
|
|
github_releases = {}
|
|
|
|
|
sqlpkg = {}
|
|
|
|
|
spm = {}
|
2024-05-10 21:05:52 -07:00
|
|
|
amalgamation = {include=["sqlite-vec.c", "sqlite-vec.h"]}
|
2024-04-27 12:06:59 -07:00
|
|
|
|
2024-08-05 16:03:09 -07:00
|
|
|
pip = { extra_init_py = "bindings/python/extra_init.py" }
|
2024-04-27 12:06:59 -07:00
|
|
|
datasette = {}
|
|
|
|
|
sqlite_utils = {}
|
|
|
|
|
|
|
|
|
|
npm = {}
|
|
|
|
|
|
|
|
|
|
gem = { module_name = "SqliteVec" }
|