Files
uttarayan21 bfa389b497
Some checks failed
build / checks-matrix (push) Successful in 19m23s
build / codecov (push) Failing after 19m18s
docs / docs (push) Failing after 28m50s
build / checks-build (push) Has been cancelled
feat(compare): add face comparison functionality with cosine similarity
2025-08-21 17:34:07 +05:30

15 lines
458 B
TOML

[package]
name = "sqlite3-safetensor-cosine"
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
ndarray = "0.16.1"
# ndarray-math = { git = "https://git.darksailor.dev/servius/ndarray-math", version = "0.1.0" }
ndarray-math = { path = "/Users/fs0c131y/Projects/ndarray-math", version = "0.1.0" }
ndarray-safetensors = { version = "0.1.0", path = "../ndarray-safetensors" }
sqlite-loadable = "0.0.5"