aprender-rag-cli 0.65.2

CLI for Trueno-RAG pipeline
Documentation
1
2
3
4
5
6
7
//! trueno-rag binary. The command surface lives in the library
//! (`aprender_rag_cli`) so `apr rag` can reach the same code; see the module
//! docs there.

fn main() -> anyhow::Result<()> {
    aprender_rag_cli::run()
}