An open-source AI platform that actually reads your docs
DocsGPT is a private, self-hostable RAG platform with built-in agent workflows, deep research, and enough file format support to ingest your entire document graveyard.

What it does
DocsGPT ingests documents—PDFs, Office files, audio, web pages, even Reddit threads—into a searchable knowledge base, then lets you query them via chat, API, or pre-built widgets. It runs as a Flask backend with a Vite/React frontend, deploys via Docker, and supports both cloud LLMs and local models through Ollama or llama.cpp. The project also includes an Agent Builder for constructing multi-step workflows with conditional logic.
The interesting bit
The breadth of ingestion is the quiet workhorse here: MP3 meeting recordings become searchable, SharePoint and Confluence connectors exist on the roadmap as completed items, and the system generates API keys tied to specific document sets and model configurations. That’s a surprisingly practical permission model for enterprise deployments where different teams touch different knowledge bases.
Key highlights
- Ingests 15+ formats including audio transcriptions and images
- Agent Workflow Builder with conditional nodes (shipped Feb 2026)
- BYOM support and multi-provider LLM flexibility (OpenAI, Anthropic, Google, local)
- Pre-built integrations: React widget, Discord/Telegram bots, search tools
- Kubernetes-ready with OpenTelemetry observability (added April 2026)
- Postgres migration for user data completed April 2026
Caveats
- The README claims “hallucination-free responses”—a bold assertion the sources don’t substantiate with technical detail
- Agent scheduling (RedBeat-backed) remains on the roadmap for Q2 2026, not yet shipped
- “Enterprise-grade reliability” is stated but undefined; no SLA or benchmark data is provided
Verdict
Worth evaluating if you need a private, self-hosted alternative to OpenAI’s enterprise offerings with broader file support. Skip if you want a managed service with proven scale—this is still open-source infrastructure you operate yourself.