I built AskRAG, a tool that lets developers ask natural-language questions about any codebase and get accurate, context-aware answers — using FAISS for vector storage, sentence-transformer embeddings, and Gemini for generation. I understand both the ML side (embeddings, retrieval) and the engineering side (APIs, auth, deployment) needed to ship a working RAG system, not just a notebook demo.