Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
17
vendor/ruvector/crates/ruvector-coherence/Cargo.toml
vendored
Normal file
17
vendor/ruvector/crates/ruvector-coherence/Cargo.toml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "ruvector-coherence"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Coherence measurement proxies for comparing attention mechanisms"
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
spectral = [] # Spectral coherence scoring for graph index health
|
||||
Reference in New Issue
Block a user