aprender-rag-cli
Command-line interface for the Trueno-RAG pipeline (Retrieval-Augmented Generation)
in the aprender monorepo. Installs the trueno-rag binary.
This crate is a thin CLI wrapper over aprender-rag (lib name
trueno-rag), exposing document chunking, hybrid (BM25 + dense) retrieval, reranking, and
context assembly from the terminal.
Usage
Features
Feature flags are forwarded to aprender-rag:
embeddings— embedding generationnemotron— Nemotron rerankertranscription— audio transcription ingesteval— retrieval evaluation metrics
Relation to the stack
Part of the paiml/aprender monorepo (APR-MONO
consolidation; relocated to flat layout under crates/ per spec §S). The RAG engine itself
lives in crates/aprender-rag; this crate only provides the binary
entry point.