AI-Powered FAQ Chatbot
A retrieval-augmented generation (RAG) chatbot that delivers context-aware answers by grounding LLM outputs in a curated document corpus.
- Ran LLMs locally with Ollama for private, low-cost answer generation.
- Built a retrieval pipeline and used MongoDB for document & conversational data.
- Improved response relevance through retrieval-grounded LLM outputs.