rag-rat-core 0.3.1

Repository evidence engine for source chunks, symbols, graph edges, Git history, GitHub rationale, and source-bound memories.
Documentation
1
2
3
4
5
6
//! Semantic embedding search is implemented through `index::ai::Embedder`.
//!
//! This module remains the search-facing semantic namespace while the runtime
//! boundary lives next to model manifests and artifact reconciliation.

pub use crate::index::ai::Embedder;