Expand description
Trueno-RAG CLI
Command-line interface for the Trueno-RAG pipeline.
§Features
embeddings- Enable production semantic embeddings via fastembed (ONNX Runtime)
§Usage
# Build with semantic embeddings support
cargo build --release --features embeddings
# Index documents with semantic embeddings
trueno-rag index --path docs/ --output index/ --embedder semantic
# Index with recursive directory walking and subtitle support
trueno-rag index --path /data/ --output index/ --recursive
# Index with timestamp-aware chunking for media transcripts
trueno-rag index --path /data/ --output index/ --recursive --chunk-strategy timestampStructs§
Enums§
- Backend
Type - Compute backend for transcription
- Chunk
Strategy - Chunking strategy selection
- Commands
- Every command the Trueno-RAG CLI offers.
- Embedder
Type - Embedder type selection
- Semantic
Model - Model selection for semantic embeddings