FastAPI-RAG-API / README.md
HamidOmarov's picture
fix(spaces): valid YAML frontmatter; banner moved below; avoid YAML conflicts
ae65368
|
raw
history blame
899 Bytes
metadata
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 Β· Email


## πŸš€ Available for Hire

Specialties: RAG Systems | PDF Processing | FastAPI | LangChain Rate: $15–45/hour Contact: Upwork | Email

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:///upload_pdf curl -H "Content-Type: application/json" -d "{"question":"What is the document about?","top_k":5}" https:///ask_question