File size: 559 Bytes
e63cd17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
---
title: Multi-Agent RAG System
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---

# Multi-Agent RAG System

A FastAPI-based multi-agent research assistant running on Hugging Face Spaces.

## Interactive API Docs
Once deployed, the Swagger interactive documentation is available at:
`https://dhruvsoni-multi-agent-rag-system.hf.space/docs`

## Local Setup

1. Install dependencies:
   ```bash
   pip install -r requirement.txt
   ```
2. Start the FastAPI server locally:
   ```bash
   uvicorn main:app --reload
   ```