Package Exports
- @genkit-ai/google-cloud
Readme
Google Cloud plugin for Genkit
Installing the plugin
npm i --save @genkit-ai/google-cloudUsing 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