Spaces:
Sleeping
Sleeping
| 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 | |