Enhances conversational agents by combining static document knowledge with dynamic real-time web search capabilities.
This advanced AI assistant repository offers a hybrid approach to Retrieval-Augmented Generation (RAG), seamlessly integrating a user's local knowledge base with real-time web search. When local documents fall short, the system intelligently queries the web via an MCP server, ensuring accurate and up-to-date answers. Leveraging technologies like LangChain, FAISS, PyTorch, and OpenAI, it provides robust agentic orchestration, dynamic decision-making between RAG and web search, and clear citation for all responses, making it production-ready with Docker support and extensibility.