Spaces:
Sleeping
Sleeping
File size: 446 Bytes
8b40d2a |
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: FastAPI RAG API
emoji: 📄
colorFrom: gray
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---
# FastAPI RAG API
Production-ready sadə RAG API.
## Endpoints
- `GET /health` — status
- `POST /upload_pdf` — multipart PDF yüklə
- `POST /ask_question` — `{question, session_id?, top_k}` ilə soruş
- `GET /get_history?session_id=...` — söhbət tarixçəsi
## Lokal işə salma
```bash
uvicorn app.api:app --reload
|