This repository contains the version-by-version evolution of the "DocuMind AI" Universal RAG System.
📂 V5 (Latest)
"Deployment Ready Clean-Up"
- Clean Architecture: Refined codebase structure for deployment.
- Strict RAG: Zero-hallucination policy with direct citations.
- Modular Docs: Segregated documentation in
.mdfolders. - Security Ready: Prepared for future JWT integration.
📂 V4
"Stability & UI Clean Up"
- Improved dark mode UI with glassmorphism.
- Reliable file watcher.
- Basic RAG implementation with single model.
📂 V3
"Professional UI"
- Added TTS (Text-to-Speech).
- Chat history export.
- Theme switching.
📂 V2
"Production RAG"
- 60+ file type support.
- Robust file ingestion.
📂 V1
"MVP"
- Basic flask app.
- Simple keyword matching.
cd V5
pip install -r requirements.txt
python app.py