You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains notebooks, code samples, sample apps, skills, and other
6
6
7
7
[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.
8
8
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.
10
10
11
11
## Explore, learn and contribute
12
12
@@ -16,10 +16,10 @@ You can explore, learn, and contribute to this repository to unleash the full po
16
16
17
17
Explore this repository, follow the links in the header section of each of the notebooks to -
18
18
19
-
 Open and run the notebook in [Colab](https://colab.google/)\
20
-
 Open and run the notebook in [Colab Enterprise](https://cloud.google.com/colab/docs/introduction)\
21
-
 Open and run the notebook in [Vertex AI Workbench](https://cloud.google.com/vertex-ai/docs/workbench/introduction)\
22
-
 View the notebook on Github
19
+
 Open and run the notebook in [Colab](https://colab.google/)\
20
+
 Open and run the notebook in [Colab Enterprise](https://cloud.google.com/colab/docs/introduction)\
21
+
 Open and run the notebook in [Vertex AI Workbench](https://cloud.google.com/vertex-ai/docs/workbench/introduction)\
22
+
 View the notebook on Github
23
23
24
24
### Contribute
25
25
@@ -35,7 +35,7 @@ To get started using Vertex AI, you must have a Google Cloud project.
35
35
36
36
## Repository structure
37
37
38
-
```bash
38
+
```text
39
39
├── notebooks
40
40
│ ├── official - Notebooks demonstrating use of each Vertex AI service
41
41
│ │ ├── automl
@@ -45,7 +45,23 @@ To get started using Vertex AI, you must have a Google Cloud project.
45
45
│ │ ├── model_garden
46
46
│ │ ├── ...
47
47
├── 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
0 commit comments