Demonstrates a Retrieval-Augmented Generation (RAG) application integrated with MCP server.
This is a demo application showcasing Retrieval-Augmented Generation (RAG) capabilities through integration with an MCP server. It utilizes vector search with ChromaDB for document retrieval, employs context-aware prompt generation, and integrates with LLM APIs to provide intelligent responses to queries about company data. Users can connect to the MCP server and leverage the 'process_query' tool to ask questions and retrieve relevant information.