Skip to content

Commit

Permalink
Add gcloud install link (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung authored May 7, 2024
1 parent 10d66ce commit 3a45561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/plugins/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The Google Cloud plugin exports Firebase Genkit's telemetry and logging data to
npm i --save @genkit-ai/google-cloud
```

If you want to locally run flows that use this plugin, you also need the
[Google Cloud CLI tool](https://cloud.google.com/sdk/docs/install) installed.

## Set up a Google Cloud account

This plugin requires a Google Cloud account ([sign up](https://cloud.google.com/gcp) if you don't already have one) and a Google Cloud project.
Expand Down
3 changes: 3 additions & 0 deletions docs/plugins/vertex-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ It also provides access to subset of evaluation metrics through the Vertex AI [R
npm i --save @genkit-ai/vertexai
```

If you want to locally run flows that use this plugin, you also need the
[Google Cloud CLI tool](https://cloud.google.com/sdk/docs/install) installed.

## Configuration

To use this plugin, specify it when you call `configureGenkit()`:
Expand Down

0 comments on commit 3a45561

Please sign in to comment.