Skip to content

Commit

Permalink
docs: GenAI - Docs - Added quickstart link and minimum SDK version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607441619
  • Loading branch information
Ark-kun authored and copybara-github committed Feb 15, 2024
1 parent 59e2bca commit cf6ab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertexai/generative_models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ To install the
Python package, run the following command:

```shell
pip3 install --upgrade --user google-cloud-aiplatform
pip3 install --upgrade --user "google-cloud-aiplatform>=1.38"
```

## Usage

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).
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).

#### Imports:
```python
Expand Down

0 comments on commit cf6ab21

Please sign in to comment.