feat(compare): add face comparison functionality with cosine similarity
This commit is contained in:
14
sqlite3-safetensor-cosine/Cargo.toml
Normal file
14
sqlite3-safetensor-cosine/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user