Here’s a CLI I’m experimenting with https://github.com/TrevorS/rhizome that indexes local repos with Tree‑sitter, stores ONNX embeddings in SQLite, and answers semantic queries offline; for example, `rhizome search "pull apart"` surfaces relevant snippets across projects:
rhizome search --limit 2 "pull apart"
Model already exists at \~/.rhizome/models/bge-small-en-v1.5.onnx
\~/Projects/rhizome/src/chunking.rs:458\:fn rust\_no\_structural\_items\_fallback() {
\~/Projects/rhizome/src/lib.rs:2\:pub mod chunking;