Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.
License
arc53/DocsGPT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Open-Source RAG Assistant
DocsGPT is an open-source genAI tool that helps users get reliable answers from any knowledge source, while avoiding hallucinations. It enables quick and reliable information retrieval, with tooling and agentic system capability built in.
- 🗂️ Wide Format Support: Reads PDF, DOCX, CSV, XLSX, EPUB, MD, RST, HTML, MDX, JSON, PPTX, and images.
- 🌐 Web & Data Integration: Ingests from URLs, sitemaps, Reddit, GitHub and web crawlers.
- ✅ Reliable Answers: Get accurate, hallucination-free responses with source citations viewable in a clean UI.
- 🔑 Streamlined API Keys: Generate keys linked to your settings, documents, and models, simplifying chatbot and integration setup.
- 🔗 Actionable Tooling: Connect to APIs, tools, and other services to enable LLM actions.
- 🧩 Pre-built Integrations: Use readily available HTML/React chat widgets, search tools, Discord/Telegram bots, and more.
- 🔌 Flexible Deployment: Works with major LLMs (OpenAI, Google, Anthropic) and local models (Ollama, llama_cpp).
- 🏢 Secure & Scalable: Run privately and securely with Kubernetes support, designed for enterprise-grade reliability.
- Full GoogleAI compatibility (Jan 2025)
- Add tools (Jan 2025)
- Manually updating chunks in the app UI (Feb 2025)
- Devcontainer for easy development (Feb 2025)
- ReACT agent (March 2025)
- Chatbots menu re-design to handle tools, agent types, and more (April 2025)
- New input box in the conversation menu (April 2025)
- Add triggerable actions / tools (webhook) (April 2025)
- Agent optimisations (May 2025)
- Filesystem sources update (July 2025)
- Anthropic Tool compatibility (July 2025)
- MCP support (July 2025)
- Add OAuth 2.0 authentication for tools and sources (August 2025)
- Agent scheduling
You can find our full roadmaphere. Please don't hesitate to contribute or create issues, it helps us improve DocsGPT!
We're eager to provide personalized assistance when deploying your DocsGPT to a live environment.
Calling all developers and GenAI innovators! TheDocsGPT Lighthouse Program connects technical leaders actively deploying or extending DocsGPT in real-world scenarios. Collaborate directly with our team to shape the roadmap, access priority support, and build enterprise-ready solutions with exclusive community insights.
Note
Make sure you haveDocker installed
A more detailedQuickstart is available in our documentation
Clone the repository:
git clone https://github.com/arc53/DocsGPT.gitcd DocsGPT
For macOS and Linux:
Run the setup script:
./setup.sh
For Windows:
Run the PowerShell setup script:
PowerShell-ExecutionPolicy Bypass-File .\setup.ps1
Either script will guide you through setting up DocsGPT. Four options available: using the public API, running locally, connecting to a local inference engine, or using a cloud API provider. Scripts will automatically configure your.env
file and handle necessary downloads and installations based on your chosen option.
Navigate tohttp://localhost:5173/
To stop DocsGPT, open a terminal in theDocsGPT
directory and run:
docker compose -f deployment/docker-compose.yaml down
(or use the specificdocker compose down
command shown after running the setup script).
Note
For development environment setup instructions, please refer to theDevelopment Environment Guide.
Please refer to theCONTRIBUTING.md file for information about how to get involved. We welcome issues, questions, and pull requests.
Application - Flask app (main application).
Extensions - Extensions, like react widget or discord bot.
Scripts - Miscellaneous scripts.
We as members, contributors, and leaders, pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. Please refer to theCODE_OF_CONDUCT.md file for more information about contributing.
The source code license isMIT, as described in theLICENSE file.
This project is supported by:
About
DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.