RAG Conversational Chatbot
Built a Retrieval-Augmented Generation chatbot using LangChain, Groq LLMs, and FAISS/Chroma for context-aware question-answering. Implemented PDF ingestion, semantic search, vector embeddings, an interactive Streamlit web application, secure API key management, and cloud deployment on Streamlit Cloud.
PDF RAG Conversational Chatbot
Developed a PDF-based Retrieval-Augmented Generation chatbot for document uploads and natural language questions. Implemented document parsing, text chunking, HuggingFace embeddings, FAISS/Chroma vector databases, Groq LLMs with LangChain, Streamlit deployment, real-time querying, and secure API key management.