Spaces:
Sleeping
Sleeping
CONFIG SOLVED
Browse files
README.md
CHANGED
|
@@ -8,16 +8,18 @@ app_file: Dockerfile
|
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# QA RAG
|
| 12 |
|
| 13 |
-
A Retrieval-Augmented Generation (RAG) Question Answering system built
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
- Hugging Face embeddings
|
| 16 |
- Hugging Face Inference API
|
| 17 |
- SQLite (no vector DB)
|
| 18 |
-
-
|
| 19 |
|
| 20 |
-
## Endpoints
|
| 21 |
-
- `POST /ingest`
|
| 22 |
-
- `POST /ask`
|
| 23 |
-
- `GET /health`
|
|
|
|
| 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`
|