--- 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 **Question your documents. Get cited answers in seconds.** Upload contracts, research papers, or financial reports โ†’ Ask questions in plain English โ†’ Get precise answers with page citations. --- ## How It Works ```mermaid graph LR A["๐Ÿ“„ Upload"] --> B["โœ‚๏ธ Chunk"] B --> C["๐Ÿง  Embed"] C --> D["๐Ÿ’ฌ Ask"] D --> E["โœจ Cited Answer"] ``` **3 steps**: Upload โ†’ Ask โ†’ Get answers with citations. --- ## Try It Now 1. **Select a vertical** (Legal, Research, or FinOps) โ€” pre-loaded samples ready 2. **Ask a sample question** or type your own 3. **See the magic** โ€” cited answers in seconds No signup required. Your documents are processed locally and auto-deleted after 7 days. --- ## Features - **Multi-format**: PDF, DOCX, TXT - **Citations**: Every answer references source documents - **Domain demos**: Legal, Research, FinOps pre-loaded - **Privacy-first**: Local processing, auto-delete after 7 days - **Fast**: 1-3 second response time --- ## 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 echo "OPENROUTER_API_KEY=your_key" >> .env docker compose up # โ†’ http://localhost:7860 ``` **Get Free API Keys:** [Groq](https://console.groq.com/keys) (Required) ยท [OpenRouter](https://openrouter.ai/keys) (Optional) [View source on GitHub](https://github.com/pkgprateek/rag-document-qa-workflow) --- ## ๐Ÿ”’ Privacy - Documents processed locally (never sent externally) - Stored in encrypted ChromaDB - Auto-deleted after 7 days - Never used for model training --- ## Enterprise Pilots **2-week paid pilots** for teams ready to deploy RAG on their documents. ๐Ÿ“… [Book discovery call](https://cal.com/your-link) --- **Built by [Prateek Kumar Goel](https://github.com/pkgprateek)** ยท MIT License