Zainab4626 commited on
Commit
fca2c9b
·
unverified ·
1 Parent(s): cd03092

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (recruiter-friendly)
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.