Skip to content

Commit a1907da

Browse files
authored
chore: Update readme (#4483)
1 parent e8cb773 commit a1907da

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains notebooks, code samples, sample apps, skills, and other
66

77
[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.
88

9-
For more Vertex AI Generative AI notebook samples, please visit the Vertex AI [Generative AI](https://github.com/GoogleCloudPlatform/generative-ai) GitHub repository.
9+
⚠️ For more Vertex AI Generative AI notebook samples, please visit the Vertex AI [Generative AI](https://github.com/GoogleCloudPlatform/generative-ai) GitHub repository.
1010

1111
## Explore, learn and contribute
1212

@@ -16,10 +16,10 @@ You can explore, learn, and contribute to this repository to unleash the full po
1616

1717
Explore this repository, follow the links in the header section of each of the notebooks to -
1818

19-
![Colab](https://cloud.google.com/ml-engine/images/colab-logo-32px.png) Open and run the notebook in [Colab](https://colab.google/)\
20-
![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)\
21-
![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)\
22-
![Github](https://cloud.google.com/ml-engine/images/github-logo-32px.png) View the notebook on Github
19+
![Colab](https://www.gstatic.com/pantheon/images/bigquery/welcome_page/colab-logo.svg) Open and run the notebook in [Colab](https://colab.google/)\
20+
![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)\
21+
![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)\
22+
![Github](https://raw.githubusercontent.com/primer/octicons/refs/heads/main/icons/mark-github-24.svg) View the notebook on Github
2323

2424
### Contribute
2525

@@ -35,7 +35,7 @@ To get started using Vertex AI, you must have a Google Cloud project.
3535

3636
## Repository structure
3737

38-
```bash
38+
```text
3939
├── notebooks
4040
│ ├── official - Notebooks demonstrating use of each Vertex AI service
4141
│ │ ├── automl
@@ -45,7 +45,23 @@ To get started using Vertex AI, you must have a Google Cloud project.
4545
│ │ ├── model_garden
4646
│ │ ├── ...
4747
├── community-content - Sample code and tutorials contributed by the community
48-
├─- skills - Skills related to Vertex AI interaction
48+
├── docs - Deep-dive documentation and advanced setup guides
49+
└── skills - Suite of AI Agent "Skills" for Vertex AI
50+
├── README.md # Developer guide for Vertex AI skills
51+
├── vertex-ai/ # Primary router for Vertex AI tasks
52+
│ └── SKILL.md # Entry point that routes across capabilities
53+
├── genai-sdk/ # Gemini API usage with Gen AI SDK
54+
│ └── SKILL.md # Guides for Python, JS/TS, Go, Java, C#
55+
├── vertex-deploy/ # Deploying models to Endpoints
56+
│ └── SKILL.md # Commands for open models & custom weights
57+
├── vertex-inference/ # Inferencing with GenAI models
58+
│ └── SKILL.md # Code samples for Gemini and OpenMaaS
59+
└── vertex-tuning/ # Secondary router for model fine-tuning
60+
├── SKILL.md # Router for tuning tasks
61+
├── gemini/ # Fine-tuning first-party Gemini models
62+
│ └── SKILL.md
63+
└── open-model/ # Fine-tuning third-party open models
64+
└── SKILL.md
4965
```
5066
## Examples
5167

0 commit comments

Comments
 (0)