Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ End-to-end **Retrieval-Augmented Generation (RAG)** system built for **Applied A
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
-
## What this project demonstrates
|
| 10 |
|
| 11 |
- **Production-shaped RAG**: not “call an LLM”—a full pipeline from documents → chunks → embeddings → retrieval → grounded answers.
|
| 12 |
- **Grounding + safety posture**: answers are constrained to retrieved context with an explicit fallback when evidence is insufficient.
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
+
## What this project demonstrates
|
| 10 |
|
| 11 |
- **Production-shaped RAG**: not “call an LLM”—a full pipeline from documents → chunks → embeddings → retrieval → grounded answers.
|
| 12 |
- **Grounding + safety posture**: answers are constrained to retrieved context with an explicit fallback when evidence is insufficient.
|