ragway v0.1.0 is live on PyPI → pip install ragway
docsCLI Reference

CLI Reference

ragway ships with a CLI installed automatically with pip.

Commands

# Ingest documents
rag ingest ./docs/ --config rag.yaml
 
# Query
rag query "What is RAG?" --config rag.yaml
 
# Evaluate against a dataset
rag evaluate --dataset eval.json --config rag.yaml
 
# Benchmark all pipelines
rag benchmark --config rag.yaml

Global options

rag --help
rag query --help