agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora using Google GenAI SDK.

17.1k|1.4k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill agent-platform-rag-engine-management-google
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-rag-engine-management
Source: https://github.com/google/skills/tree/main/skills/cloud/agent-platform-rag-engine-management
Command: npx skills add https://github.com/google/skills --skill agent-platform-rag-engine-management-google

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-aiplatform, google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management and querying of Agent Platform RAG Engine Corpora, enabling efficient retrieval of grounded contexts and content generation based on those corpora.

Core Features & Use Cases

  • Corpus Management: List, inspect, and manage RAG Engine Corpora.
  • Context Retrieval: Retrieve grounded contexts based on user queries.
  • Content Generation: Generate content grounded in a RAG corpus.
  • Use Case: Ideal for data scientists and AI engineers who need to interact with large datasets stored in RAG corpora for analysis or model training.

Quick Start

Run the command to list all RAG corpora: list_corpora

Frequently Asked Questions about agent-platform-rag-engine-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and list RAG corpora in Agent Platform?

To manage Agent Platform RAG corpora, run the `list_corpora` command. This allows data scientists to list, inspect, and query RAG Engine Corpora for efficient context retrieval.

How does context retrieval from RAG corpora work for content generation?

Context retrieval queries RAG corpora using user inputs to fetch grounded contexts. These contexts are then used to generate content grounded in your specific large datasets for analysis.

Do I need the Google GenAI SDK to query RAG Engine Corpora?

Yes, querying RAG Engine Corpora requires both the Google GenAI SDK and the Agent Platform Python SDK. These dependencies provide the necessary operations for RAG Engine management and content generation.

Can I use this for large datasets stored in RAG corpora?

Yes, this is ideal for data scientists and AI engineers working with large datasets. It enables efficient retrieval of grounded contexts and content generation based on those RAG corpora for analysis.

What is the best way to retrieve grounded contexts from a RAG corpus?

The best way to retrieve grounded contexts is by querying the Agent Platform RAG Engine Corpora directly. This approach streamlines the retrieval of grounded data for downstream content generation.