google/skills✦ 精选0°

agent-platform-rag-engine-management

仓库创建 2026年4月1日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

便于为生成内容提供有根上下文,支持列出/检查语料库与检索片段,适合需要可信来源的智能体。

▸ 风险提示

需 Google Cloud 权限并可能访问或修改语料与文件

这个 Skill 做什么

使用 Google Agent Platform 的 vertexai SDK 管理与检索 RAG 引擎语料与上下文。

通过 vertexai Python SDK 管理 Agent Platform 上的 RAG Engine 语料库,能列出或检查语料、检索上下文并生成基于语料的输出,方便把检索到的证据接入生成流程。适用于需要对特定语料进行查看、调试或用语料做“grounded”生成的场景。必须用 vertexai SDK 操作,不适合一般数据库查询或其它 RAG 产品。

▸ 展开 SKILL.md 英文原文

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google Workspace RAG, or other RAG products like gRAG.

数据与抓取RAG向量检索平台管理通用
1.6w
Stars
1.3k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/google/skills/main/skills/cloud/agent-platform-rag-engine-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/google/skills/main/skills/cloud/agent-platform-rag-engine-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Platform RAG Engine Management

This skill provides instructions on how to interact with Agent Platform RAG
Engine using the Agent Platform Python SDK. You
MUST use the `vertexai` Python SDK to perform RAG Engine operations, rather than
raw REST calls or MCP tools, because this code is intended to be run by external
clients.

## Safety & Confirmation Tiers (CRITICAL)

Before executing any commands or scripts on behalf of the user, you must adhere
to the following safety tiers based on the action requested:

1.  **Tier R: Read-only (`list_corpora`, `list_files`, `get_corpus`, `retrieval_query`)**
    *   No confirmation needed. Execute immediately to gather information or retrieve gro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有