Spaces:
Running
Running
metadata
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
- Install requirements:
pip install -r requirements.txt - Set
.envvariables (see.env.example) - 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_KEYin the Space settings.