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
autoragcommand-line tool,and a FastAPI server (
autorag serve) with an interactive/vizWebGL 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.
Getting started
User guide
Internals
API reference
Project