AutoRAG documentation

AutoRAG is an audio-to-topics agent and document retrieval toolkit. It ships as:

  • an importable Python SDK (from autorag import AutoRAG),

  • a autorag command-line tool,

  • and a FastAPI server (autorag serve) with an interactive /viz WebGL page for inspecting topic embeddings.

It is built around a single autorag.core.AutoRAG facade with flat methods. Heavy dependencies (Whisper, pyannote, Chroma, UMAP, yt-dlp) are gated behind install extras so the base import remains lightweight.

Project

Indices and tables