Summarize Text with PaLM API

Made by Google Cloud

Summarizes text in Firestore documents using PaLM API.

200+
installs
Works with
Cloud Firestore
Version
0.1.11 | Source code
Tags
ai, palm, summarization-api, generative-ai, text-ai, language-ai, large-language-models, llm, nlp, google-ai
License
Apache-2.0
Publisher
Google Cloud
Report
Bug
Abuse

How this extension works

This extension allows you to summarize a field in a Firestore document using the PaLM API.

On installation, you will need to specify the following information:

  • PaLM API Provider This extension makes use of the PaLM large language model. There is a choice of provider for this API. See the section below for more details.
  • Firestore collection path: The path to the Firestore collection that contains the documents to summarize.
  • Document field to summarize: The name of the document field to summarize.
  • Target summary length (number of sentences): The desired length of the summary in sentences.
  • Response field: The name of the field in the document to store the summary.

This extension will listen to the specified collection for new document writes and execute the following logic:

  1. Call the PaLM API to generate a summary of the document field.
  2. Write the summary back to the triggering document in the response field.

Use cases

This extension can be used for a variety of use cases, including:

  • Summarizing customer feedback
  • Abstracting long articles
  • Condensing user-generated content

Here are some examples of how this extension can be used:

  • An e-commerce platform could use this extension to automatically generate summaries of customer feedback, giving customers a quick overview of the feedback before they decide whether to read the full content.
  • A news website could use this extension to summarize articles, helping readers decide whether they want to invest their time in reading the full article.
  • A social media platform could use this extension to provide summaries of user-generated content, improving content discoverability and user engagement.

Choosing a PaLM Provider

There are currently two different APIs providing access to PaLM large language models. The PaLM Developer (Generative Language) API, and Vertex AI. This extension will prompt you to pick an API on installation. For production use-cases we recommend Vertex AI, as the Generative Language API is still in public preview.

  • The PaLM developer (Generative Language) API is currently in public preview, and you will need to sign up waitlist if you want to use it. For details and limitations, see the PaLM API documentation.

  • For more details on the Vertex AI PaLM API, see the Vertex AI documentation

Safety Thresholds

Both the Generative Language for Developers and Vertex AI models have safety thresholds, to block inappropriate content. You can read the details here:

At this moment, only Generative AI for Developers allows configuring safety thresholds via their API, and only for their text generation models, not their chat-bison models.

Regenerating a response

Changing the state field of a completed document’s status from COMPLETED to anything else will retrigger the extension for that document.

Additional Setup

If you have not already done so, you will first need to apply for access to the PaLM API via this waitlist.

Once you have access, please enable the Generative Language API in your Google Cloud Project before installing this extension.

Ensure you have a Cloud Firestore database set up in your Firebase project, and enabled the Generative Language API in your Google Cloud Project before installing this extension.

Billing

To install an extension, your project must be on the Blaze (pay as you go) plan. You will be charged a small amount (typically around $0.01/month) for the Firebase resources required by this extension (even if it is not used).
This extension uses other Firebase and Google Cloud Platform services, which have associated charges if you exceed the service’s no-cost tier:

  • Cloud Firestore
  • Cloud Functions (See FAQs)

Learn more about Firebase billing.

Additionally, this extension uses the PaLM API, which is currently in public preview. During the preview period, developers can try the PaLM API at no cost. Pricing will be announced closer to general availability. For more information on the PaLM API public preview, see the PaLM API documentation.