Builds a RAG-based HR chatbot that provides workplace rules using a localhost MCP server.
This project offers a Retrieval-Augmented Generation (RAG) chatbot solution tailored for HR applications. Users can upload PDF documents containing company policies and rules, and the chatbot retrieves relevant information to answer employee queries. Leveraging Streamlit for an interactive interface, OpenAI models, LangChain, and an in-memory vector store, this system provides efficient document retrieval and answer generation.