Skip to main content

VERTEX Middleware

note

The following describes general usage, if you setup your project following getting-started/install then these next steps have already been handled for you.

Vertex AI's Plugins depend on @acromedia/gesso-gemini-middleware to make calls to your Vertex AI instance.

Installation

  • pnpm install @acromedia/gesso-vertex-middleware

Setup

In your project's gesso.config.json file, add the following configuration:

{
"aiPlatform": "VERTEX"
}
info

If you haven't already setup the AI provider for Gemini please read these docs.