vansh27 commited on
Commit
1376588
·
1 Parent(s): c06f911

CONFIG SOLVED

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -8,16 +8,18 @@ app_file: Dockerfile
8
  pinned: false
9
  ---
10
 
11
- # QA RAG System (FastAPI)
12
 
13
- A Retrieval-Augmented Generation (RAG) Question Answering system built using:
14
- - FastAPI
 
 
15
  - Hugging Face embeddings
16
  - Hugging Face Inference API
17
  - SQLite (no vector DB)
18
- - Manual cosine similarity
19
 
20
- ## Endpoints
21
- - `POST /ingest` – Upload `.txt` documents
22
- - `POST /ask` – Ask questions with evidence & confidence
23
- - `GET /health` – Health check
 
8
  pinned: false
9
  ---
10
 
11
+ # QA RAG FastAPI
12
 
13
+ A Retrieval-Augmented Generation (RAG) Question Answering system built with FastAPI.
14
+
15
+ ## Features
16
+ - Semantic chunking
17
  - Hugging Face embeddings
18
  - Hugging Face Inference API
19
  - SQLite (no vector DB)
20
+ - Confidence + evidence-based answers
21
 
22
+ ## API Endpoints
23
+ - `POST /ingest`
24
+ - `POST /ask`
25
+ - `GET /health`