Skip to content

Commit cf6ab21

Browse files
Ark-kuncopybara-github
authored andcommitted
docs: GenAI - Docs - Added quickstart link and minimum SDK version
PiperOrigin-RevId: 607441619
1 parent 59e2bca commit cf6ab21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertexai/generative_models/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ To install the
1616
Python package, run the following command:
1717

1818
```shell
19-
pip3 install --upgrade --user google-cloud-aiplatform
19+
pip3 install --upgrade --user "google-cloud-aiplatform>=1.38"
2020
```
2121

2222
## Usage
2323

24-
For detailed instructions, see [Introduction to multimodal classes in the Vertex AI SDK](http://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/sdk-for-gemini/gemini-sdk-overview-reference).
24+
For detailed instructions, see [quickstart](http://cloud.google.com/vertex-ai/docs/generative-ai/start/quickstarts/quickstart-multimodal) and [Introduction to multimodal classes in the Vertex AI SDK](http://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/sdk-for-gemini/gemini-sdk-overview-reference).
2525

2626
#### Imports:
2727
```python

0 commit comments

Comments
 (0)