Spaces:
Running
Running
metadata
title: Semantic Document Retrieval API
emoji: π¬
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
π¬ Calibrated Entropy-Weighted Hybrid Retrieval API
A research-oriented hybrid retrieval system deployed on Hugging Face Spaces. Combines BM25 sparse retrieval, FAISS dense retrieval, corpus-level CDF score calibration, entropy-weighted adaptive fusion, and cross-encoder reranking behind a FastAPI service.
π‘ API Endpoints
GET /β Root API status & route mapGET /healthβ Service health & index stateGET /modesβ List all 7 retrieval modesPOST /queryβ Query indexed documentsPOST /uploadβ Upload PDF/TXT/MD files to indexGET /documentsβ List all indexed source documents