File size: 625 Bytes
4a916a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Insurance Brochure RAG
emoji: 🛡️
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---

# Insurance Brochure RAG Application

An AI-powered RAG system for analyzing insurance brochures and documents.

## Local Development

1. Install requirements: `pip install -r requirements.txt`
2. Set `.env` variables (see `.env.example`)
3. Run `python app.py`

## Hugging Face Deployment

This app is configured to run on Hugging Face Spaces using the **Docker SDK**.

### Configuration
- **Instance Type**: 16GB RAM (CPU Basic) or higher.
- **Secrets**: Add `GROQ_API_KEY` in the Space settings.