FastAPI-RAG-API / README.md
HamidOmarov's picture
fix(spaces): ensure README frontmatter at top
185689c
|
raw
history blame
590 Bytes

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