consciousness/src/hippocampus/neuro
ProofOfConcept 96e573f2e5 Delete similarity module, rewrite module, and all text-similarity code
Text cosine similarity was being used as a crutch for operations
the graph structure should handle: interference detection, orphan
linking, triangle closing, hub differentiation. These are all
graph-structural operations that the agents (linker, extractor)
handle with actual semantic understanding.

Removed: similarity.rs (stemming + cosine), rewrite.rs (orphan
linking, triangle closing, hub differentiation), detect_interference,
and all CLI commands and consolidation steps that used them.

-794 lines.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-10 15:44:10 -04:00
..
mod.rs Delete similarity module, rewrite module, and all text-similarity code 2026-04-10 15:44:10 -04:00
scoring.rs Delete similarity module, rewrite module, and all text-similarity code 2026-04-10 15:44:10 -04:00