Google ADK RAG Agent
Build RAG agents with Google ADK and Vertex AI RAG Engine. Sets up corpora, the VertexAiRagRetrieval tool, and citation-backed responses for document Q&A on Google Cloud.
This skill builds retrieval-augmented agents on Google's Agent Development Kit. It creates and populates Vertex AI RAG corpora, wires the VertexAiRagRetrieval tool into an ADK agent, configures the Vertex AI backend and environment, and formats citation-backed answers for document Q&A and knowledge-base search.
When to use
Use when building a RAG agent on Google Cloud with the Agent Development Kit and Vertex AI RAG Engine — corpus setup, retrieval tool, and citations.
Examples
Set up a RAG corpus
Ingest docs into Vertex
Create a Vertex AI RAG corpus from a GCS bucket of PDFs and connect it to an ADK agent with the retrieval tool
Add citations
Ground answers in sources
Configure my ADK RAG agent to return answers with inline citations pointing back to the source documents