mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
21 lines
394 B
TOML
21 lines
394 B
TOML
[package]
|
|
name = "sqlite-vec"
|
|
version = "0.0.1-alpha.2"
|
|
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"]
|
|
|
|
[targets]
|
|
github_releases = {}
|
|
sqlpkg = {}
|
|
spm = {}
|
|
|
|
pip = {}
|
|
datasette = {}
|
|
sqlite_utils = {}
|
|
|
|
npm = {}
|
|
|
|
gem = { module_name = "SqliteVec" }
|