diff --git a/Cargo.toml b/Cargo.toml index e27028d..8a75608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0" # Embeddings & Vector Search fastembed = { version = "5.12", default-features = false, features = ["online"], optional = true } -ndarray = "0.16" +ndarray = "0.17" # Graph Algorithms petgraph = "0.8"