JSPM

  • Created
  • Published
  • Downloads 133975
  • Score
    100M100P100Q174101F
  • License Apache-2.0

Genkit AI framework plugin for Google Cloud Platform including Firestore trace/state store and deployment helpers for Cloud Functions for Firebase.

Package Exports

  • @genkit-ai/google-cloud

Readme

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