From a1907da27ac80d33bfecca195a0d904afe24ade9 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 24 Mar 2026 10:00:50 -0400 Subject: [PATCH] chore: Update readme (#4483) --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 67849dcab..e37069add 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains notebooks, code samples, sample apps, skills, and other [Vertex AI](https://cloud.google.com/vertex-ai) is a fully-managed, unified AI development platform for building and using generative AI. This repository is designed to help you get started with Vertex AI. Whether you're new to Vertex AI or an experienced ML practitioner, you'll find valuable resources here. -For more Vertex AI Generative AI notebook samples, please visit the Vertex AI [Generative AI](https://github.com/GoogleCloudPlatform/generative-ai) GitHub repository. +⚠️ For more Vertex AI Generative AI notebook samples, please visit the Vertex AI [Generative AI](https://github.com/GoogleCloudPlatform/generative-ai) GitHub repository. ## Explore, learn and contribute @@ -16,10 +16,10 @@ You can explore, learn, and contribute to this repository to unleash the full po Explore this repository, follow the links in the header section of each of the notebooks to - -![Colab](https://cloud.google.com/ml-engine/images/colab-logo-32px.png) Open and run the notebook in [Colab](https://colab.google/)\ -![Colab Enterprise](https://cloud.google.com/ml-engine/images/colab-enterprise-logo-32px.png) Open and run the notebook in [Colab Enterprise](https://cloud.google.com/colab/docs/introduction)\ -![Workbench](https://lh3.googleusercontent.com/UiNooY4LUgW_oTvpsNhPpQzsstV5W8F7rYgxgGBD85cWJoLmrOzhVs_ksK_vgx40SHs7jCqkTkCk=e14-rj-sc0xffffff-h130-w32) Open and run the notebook in [Vertex AI Workbench](https://cloud.google.com/vertex-ai/docs/workbench/introduction)\ -![Github](https://cloud.google.com/ml-engine/images/github-logo-32px.png) View the notebook on Github +![Colab](https://www.gstatic.com/pantheon/images/bigquery/welcome_page/colab-logo.svg) Open and run the notebook in [Colab](https://colab.google/)\ +![Colab Enterprise](https://lh3.googleusercontent.com/JmcxdQi-qOpctIvWKgPtrzZdJJK-J3sWE1RsfjZNwshCFgE_9fULcNpuXYTilIR2hjwN) Open and run the notebook in [Colab Enterprise](https://cloud.google.com/colab/docs/introduction)\ +![Workbench](https://www.gstatic.com/images/branding/gcpiconscolors/vertexai/v1/32px.svg) Open and run the notebook in [Vertex AI Workbench](https://cloud.google.com/vertex-ai/docs/workbench/introduction)\ +![Github](https://raw.githubusercontent.com/primer/octicons/refs/heads/main/icons/mark-github-24.svg) View the notebook on Github ### Contribute @@ -35,7 +35,7 @@ To get started using Vertex AI, you must have a Google Cloud project. ## Repository structure -```bash +```text ├── notebooks │ ├── official - Notebooks demonstrating use of each Vertex AI service │ │ ├── automl @@ -45,7 +45,23 @@ To get started using Vertex AI, you must have a Google Cloud project. │ │ ├── model_garden │ │ ├── ... ├── community-content - Sample code and tutorials contributed by the community -├─- skills - Skills related to Vertex AI interaction +├── docs - Deep-dive documentation and advanced setup guides +└── skills - Suite of AI Agent "Skills" for Vertex AI + ├── README.md # Developer guide for Vertex AI skills + ├── vertex-ai/ # Primary router for Vertex AI tasks + │ └── SKILL.md # Entry point that routes across capabilities + ├── genai-sdk/ # Gemini API usage with Gen AI SDK + │ └── SKILL.md # Guides for Python, JS/TS, Go, Java, C# + ├── vertex-deploy/ # Deploying models to Endpoints + │ └── SKILL.md # Commands for open models & custom weights + ├── vertex-inference/ # Inferencing with GenAI models + │ └── SKILL.md # Code samples for Gemini and OpenMaaS + └── vertex-tuning/ # Secondary router for model fine-tuning + ├── SKILL.md # Router for tuning tasks + ├── gemini/ # Fine-tuning first-party Gemini models + │ └── SKILL.md + └── open-model/ # Fine-tuning third-party open models + └── SKILL.md ``` ## Examples