Skip to main content

Quick Start Examples

# Install RAGLight
pip install raglight

# Launch interactive RAG setup
raglight chat

# Optional Agentic CLI
raglight agentic-chat

# Deploy as a REST API (no code required)
raglight serve
# Deploy a streamlit application
raglight serve --ui

Local-First

Build and iterate without dependency on remote services. Privacy by design.

Modular Pipelines

Swap embeddings, vector stores, and LLMs freely (Ollama, Chroma, etc).
Open-source, local-first, and ready for experimentation.