File size: 436 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 Backend
emoji: 🚀
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---

# RAG Multimodal Pipeline Backend
This is the backend API for the JEE/NEET RAG pipeline, hosted on Hugging Face Spaces.

## Configuration
All environment variables are managed via Hugging Face Secrets.

## Tech Stack
- FastAPI
- Uvicorn
- Docker
- Sentence Transformers
- Redis (External via Upstash)
- Supabase (External)