Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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