trueno-rag-cli 0.1.3

CLI for Trueno-RAG pipeline
trueno-rag-cli-0.1.3 is not a library.

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