brainwires-rag (DEPRECATED)
This crate has been merged into brainwires-cognition and brainwires-storage.
Replace in your Cargo.toml:
# Before
= "0.2"
# After
= { = "0.3", = ["rag", "spectral", "code-analysis"] }
# Vector DB layer moved to:
= { = "0.3", = ["vector-db"] }