File size: 899 Bytes
185689c
ae65368
 
 
 
 
 
185689c
ae65368
 
 
 
 
185689c
ae65368
185689c
adf6157
 
 
 
 
a7a634d
2fbf4a0
a7a634d
 
 
 
 
 
2fbf4a0
a7a634d
 
 
adf6157
185689c
ae65368
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
30
31
32
33
34
35
36
37
---
title: FastAPI RAG API
emoji: 🧩
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
---
## 🚀 Available for Hire

**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain  
**Rate:** $15–45/hour  
**Contact:** [Upwork](https://www.upwork.com/) · [Email](mailto:[email protected])

<hr />
## 🚀 Available for Hire

**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
**Rate:** $15–45/hour
**Contact:** [Upwork](https://www.upwork.com/) | [Email](mailto:[email protected])

title: FastAPI RAG API
sdk: docker
pinned: false
---

# FastAPI RAG API

Minimal backend for RAG (FastAPI + FAISS + Sentence-Transformers).
Open /docs for the interactive API.

## Quick test
curl -F "[email protected]" https://<API>/upload_pdf
curl -H "Content-Type: application/json" -d "{\"question\":\"What is the document about?\",\"top_k\":5}" https://<API>/ask_question