Skip to content

Latest commit

 

History

History

google-cloud

Google Cloud plugin for Genkit

Installing the plugin

npm i --save @genkit-ai/google-cloud

Using the plugin

import { genkit } from 'genkit';
import { enableGoogleCloudTelemetry } from '@genkit-ai/google-cloud';

enableGoogleCloudTelemetry();

const ai = genkit({
  plugins: [
    // ...
  ],
});

The sources for this package are in the main Genkit repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Genkit documentation.

License: Apache 2.0