Spaces:
Running
Running
File size: 495 Bytes
bf7338b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: RAG Monolith
emoji: 🚀
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# RAG Multimodal Pipeline
This repository hosts a monolithic full-stack deployment of the RAG Multimodal Pipeline on Hugging Face Spaces.
## Setup & Secrets
Make sure to configure the following Secrets in your Space settings:
1. `SUPABASE_URL`
2. `SUPABASE_KEY`
3. `SUPABASE_DB_URL`
4. `REDIS_URL`
5. `JWT_SECRET_KEY`
6. `CORS_ORIGINS` (value can be `*` or the final Space URL)
|