ashishpatel26/Agentic-RAG-with-MCP-Server
3.5
If you are the rightful owner of Agentic-RAG-with-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Agentic RAG with MCP Server is a project that integrates an MCP server and client to build Retrieval-Augmented Generation applications.
Tools
Functions exposed to the LLM to take actions
get_time_with_prefix
Returns the current date & time.
extract_entities_tool
Uses OpenAI to extract entities from a query.
refine_query_tool
Improves the quality of user queries with OpenAI-powered refinement.
check_relevance
Filters out irrelevant content by checking chunk relevance with an LLM.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client