Interview Agent
Live
Problem
I needed a live, grounded demonstration of applied RAG design that could answer real questions about my background accurately, with sources.
Approach
FAISS index over my CV and project notes. LangGraph routes between local retrieval and web search fallback. Citation injected on every response.
What I Built
- FAISS vector index over resume, CV, and project documentation
- LangGraph routing between retrieval and web fallback
- Citation injection pipeline: every answer references its source
- Streamed responses for a fast, interactive feel
Evaluation
Manual review against known queries. Tracked retrieval precision and citation formatting across versions.
Impact
Live. One artifact showing retrieval quality, prompt discipline, and system design end to end.
Lessons Learned
Retrieval quality is the hard problem. Chunk size, overlap strategy, and embedding model choice determine whether answers are correct.
Stack