Google GenAI
Most recent version: v0.0.1
Last updated
Was this helpful?
Most recent version: v0.0.1
Last updated
Was this helpful?
See the changelog of this Action type .
Note that this Action is only available in certain Tenants. Get in touch with us if you don't see it and want to access it.
The Google GenAI Action allows users to enrich their data using Google Gemini AI models.
In order to configure this action, you must first link it to a Listener. Go to Building a Pipeline to learn how this works.
These are the input and output ports of this Action:
Find Google GenAI in the Actions tab (under the AI group) and drag it onto the canvas.
To open the configuration, click the Action in the canvas and select Configuration.
Enter the required parameters:
Location*
Enter the Google Cloud location for Vertex AI (e.g., us-central1
).
Model*
Choose the Vertex AI model version to use from the menu.
System Instructions*
Enter the required system instructions.
Prompt Field*
Enter the prompt you want to send to the model.
Temperature
Adjusts randomness of outputs: greater than 1
is random, 0
is deterministic, and 0.75
is a good starting value. Default value is 0.7
MaxLength
Maximum number of tokens to generate. A word is generally 2-3 tokens. The default value is 128 (min 1, max 8892).
Output Format*
Choose the required output format.
JSON credentials*
choose the required JSON credentials.
Output Field*
Give a name to the output field that will return the evaluation.
Click Save to complete.