feat: initial commit with cosine similarity

This commit is contained in:
uttarayan21
2025-06-23 15:18:36 +05:30
commit 669d1bf568
11 changed files with 920 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "ndarray-math"
version = "0.1.0"
edition = "2024"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ndarray = "0.16"
num = "0.4.3"
thiserror = "2.0.12"