You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-26Lines changed: 31 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# 🧠 AutoDocThinker: Agentic RAG System with Intelligent Search Engine
1
+
# AutoDocThinker: Agentic RAG System with Intelligent Search Engine
2
2
3
-
The Agentic RAG System is a full-stack, AI-powered multi-agent document intelligence platform that extracts insights from PDFs, DOCX, TXT files, and web URLs through natural language queries. Built with Python, Flask, LangChain, ChromaDB, and HuggingFace embeddings, it orchestrates modular agents for document ingestion, chunking, vector storage, context retrieval, LLM reasoning, and Wikipedia fallback.
The system achieves ~95% context retrieval coverage, generates answers with ~70% accuracy and F1 ~68%, and triggers fallback in only 5% of queries, demonstrating robust reliability. Intelligent agent routing improves query efficiency by ~40%, and the system scales to handle 50+ documents simultaneously. With a responsive HTML/CSS/Bootstrap UI, secure file handling, modular backend, logging, and Docker deployment, the platform delivers measurable business impact through fast, accurate, and scalable document intelligence.
The Agentic RAG System is an AI-powered document intelligence platform that enables users to extract insights from uploaded files (PDFs, Word docs, text) or web URLs through natural language queries. Built with Python/Flask and LangChain, the system uses a multi-agent workflow to intelligently process documents, retrieve relevant information from a vector database (ChromaDB), and generate human-like answers—seamlessly falling back to Wikipedia when needed. The responsive web interface (HTML/CSS/Bootstrap) allows users to ask questions conversationally, while the modular backend demonstrates robust error handling, logging, and secure file processing.
8
8
9
9
---
10
10
11
-
## 🚀 **Live Demo**
11
+
## **Live Demo**
12
12
13
-
🖥️ **Try it now**: [AutoDocThinker: Agentic RAG System with Intelligent Search Engine](https://autodocthinker.onrender.com/)
13
+
**Try it now**: [AutoDocThinker: Agentic RAG System with Intelligent Search Engine](https://autodocthinker.onrender.com/)
0 commit comments