/// RAG (Retrieval-Augmented Generation) module.
///
/// Provides vector indexing via fastembed + usearch, LLM integration via genai,
/// and a conversational agent that grounds answers in the code graph.
///
/// Gated behind the `rag` Cargo feature — compile with `--features rag` to enable.