ai-rag-document / README.md
github-actions[bot]
Deploy: Use HF-specific README with metadata
874be7e
---
title: Enterprise RAG Platform
emoji: πŸš€
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.49.1
app_file: app/main.py
pinned: false
license: mit
short_description: Document intelligence for Legal, Research, FinOps
full_width: true
---
# Enterprise RAG Platform
**Turn documents into answers. Instantly.**
Upload contracts, research papers, or financial reports β†’ Ask questions β†’ Get cited answers in seconds.
---
## ✨ What's New
- **Multi-document upload** β€” Process multiple files at once
- **Streaming answers** β€” Watch responses generate in real-time
- **Thinking indicator** β€” See "πŸ” Analyzing documents..." before streaming starts
---
## How It Works
```
πŸ“„ Upload β†’ βœ‚οΈ Chunk β†’ 🧠 Embed β†’ πŸ’¬ Ask β†’ ✨ Cited Answer
```
**3 steps**: Upload your documents β†’ Ask questions β†’ Get answers with page citations.
---
## Try It Now
1. **Select a vertical** β€” Legal, Research, or FinOps samples pre-loaded
2. **Or upload your own** β€” PDF, DOCX, TXT supported (batch upload enabled)
3. **Ask anything** β€” Natural language questions
4. **Get streaming answers** β€” Watch the AI think and respond in real-time
No signup required. Documents auto-deleted after 7 days.
---
## Features
| Feature | Description |
|---------|-------------|
| **Multi-upload** | Upload multiple files at once |
| **Streaming** | Real-time token-by-token answers |
| **Citations** | Every answer links to source + page |
| **3 AI models** | GPT-OSS 120B, Llama 3.3, Gemma 3 |
| **Privacy** | Session isolation, 7-day auto-delete |
---
## Run Locally
```bash
git clone https://github.com/pkgprateek/rag-document-qa-workflow.git
cd rag-document-qa-workflow
echo "GROQ_API_KEY=your_key" > .env
docker compose up
# β†’ http://localhost:7860
```
**API Keys:** [Groq](https://console.groq.com/keys) (Required) Β· [OpenRouter](https://openrouter.ai/keys) (Optional)
---
## πŸ”’ Privacy
- Documents processed locally
- Session-isolated storage
- Auto-deleted after 7 days
- Never used for training
---
## Enterprise Pilots
**2-week paid pilots** for teams ready to deploy RAG on their infrastructure.
πŸ“… [Book discovery call](https://cal.com/prateekgoel/30m-discovery-call)
---
**Built by [Prateek Kumar Goel](https://github.com/pkgprateek)** Β· MIT License