RAG Demo
Createdhulk-pham
Demonstrates a Retrieval-Augmented Generation (RAG) application integrated with MCP server.
About
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.
Key Features
- Document retrieval using vector search with ChromaDB
- Context-aware prompt generation
- Integration with LLM APIs
- MCP server integration
- 0 GitHub stars
Use Cases
- Answering questions about company data
- Retrieving relevant documents based on a query
- Generating context-aware prompts for LLMs