


By One AI
Summarize any BigQuery text field using One AI
One AI empowers developers to add state-of-the-art language AI to their products & services. We provide production-ready NLP APIs, large-scale language analytics, and audio intelligence.
Our customers are developers and product companies that want to add language capabilities to their products and services.
You can automatically summarize any text with this One AI summary kit.
Example of a sales call summary
See the pipeline in the studio: https://studio.oneai.com/?pipeline=AobUOf&share=true
Variables
In this kit there are 5 variables:
- {api_key} – Enter this variable in the “OneAI” custom connection parameters. Get your API key by signing in to oneai.com.
- {bq_project} – Environment variable containing the bq project name.
- {bq_dataset} – Environment variable containing the bq database name.
- {bq_input_table} – Environment variable containing the bq input table name.The input table should have only one field which contains the input text you want to summarize. Each input will be summarized and the summary will be saved in bq_output_table
- {bq_output_table} – Environment variable containing the bq output table name.