FallahTech RAG
Problem. A question-answering assistant over a fictional investment data room — it grounds every answer in retrieved documents and refuses to answer anything outside its corpus.
What I took away. Hybrid retrieval (semantic + BM25) pulls its weight, and confidence gating is the difference between a useful RAG and a confident liar.
- Python
- LangChain
- Chroma
- Groq
- BM25
- n8n