mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
sqlite-dist try out
This commit is contained in:
parent
6c97750e48
commit
5a64e09204
1 changed files with 21 additions and 0 deletions
21
sqlite-dist.toml
Normal file
21
sqlite-dist.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
[package]
|
||||||
|
name = "sqlite-vec"
|
||||||
|
version = "0.0.1-alpha.0"
|
||||||
|
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" }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue