A locally-running Retrieval Augmented Generation (RAG) system that enables document analysis and question answering using DeepSeek.
- Document Upload (PDF, DOCX, TXT)
- Interactive File Previews
- Local AI Processing with DeepSeek-r1
- Conversational Interface
- Vector Database Integration
- Cross-document Search Capabilities
To install and use locally, the following steps could be followed
- Ollama Installation: Ollama install
- Deepseek-r1 Installation: Deepseek download
git clone https://github.com/busayojee/RAG.gitpython -m venv venv
source venv/bin/activate pip install -r requirements.txt- Update ModelFile to include deepseek-r1 path
ollama create deepseek-1.5 -f Modelfilestreamlit run main.pyContributions are welcome! If you'd like to improve the app.

