Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions crates/ruvector-agent-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,15 @@ name = "mincut_scaling_probe"
path = "examples/mincut_scaling_probe.rs"
required-features = ["mincut-forget"]

# ADR-346 (nightly 2026-09-12, follow-up to ADR-345): benchmarks the
# `MincutEngine::LocalDeterministic` boundary-detection engine (deterministic
# local k-cut, one query per vertex) against the original `ExactGlobal`
# engine (global partition, ADR-345) on latency, determinism, and structural
# effectiveness.
[[example]]
name = "mincut_local_forgetting_bench"
path = "examples/mincut_local_forgetting_bench.rs"
required-features = ["mincut-forget"]

[dev-dependencies]
serde_json = { workspace = true }
Loading
Loading