Google Research Unveils Agentic RAG for More Reliable Enterprise AI
Google Research has announced a significant advancement in Retrieval-Augmented Generation (RAG) technology with the introduction of Agentic RAG, a sophisticated multi-agent framework tailored for Gemini Enterprise. This new approach aims to overcome the common limitations of standard RAG systems, particularly their tendency to fail when faced with complex, multi-hop questions or when required information is distributed across various data sources within an enterprise.
Traditional RAG typically follows a "retrieve then generate" model, which can be insufficient for real-world corporate inquiries. For instance, a system might find a partial answer, such as a server ID, but then fail to perform a subsequent search in a different database to retrieve the server's specifications, resulting in an incomplete response. Agentic RAG addresses this by transforming the RAG process into a structured, multi-step research workflow, powered by a collaboration of specialized AI agents.
The framework comprises several key agents. An Orchestrator agent first evaluates the incoming query to determine if it requires a simple retrieval or a more intricate, multi-step investigation. If complexity is detected, a Planner agent breaks down the question into logical search routes across different data sources. A Query Rewriter then reformulates the original question into multiple precise, targeted search queries. These queries are executed in parallel by a Search Fanout agent across various retrieval sources. Crucially, a Sufficient Context Agent actively verifies whether the gathered information is adequate to fully answer the query, enabling iterative retrieval and self-correction.
This agentic approach allows the system to function more like a human researcher, iteratively exploring and verifying information until a comprehensive answer is formed. Google Research reports strong benchmark results, with Agentic RAG achieving up to 34% higher accuracy compared to standard RAG on the challenging FramesQA multi-hop question-answering benchmark. Furthermore, in difficult cross-corpus scenarios, where the system must identify and retrieve from the correct database among several options, it maintained 90.1% accuracy while keeping latency comparable to single-corpus performance. This innovation is currently available in preview within the Gemini Enterprise Agent Platform, marking a significant step towards more autonomous and reliable AI systems for enterprise knowledge management.
Read original source