BigQuery Autonomous Embedding Generation GA
BigQuery now offers autonomous embedding generation, automatically creating and updating an embedding column based on a source column in your tables. This feature, now generally available, simplifies AI/ML workflows by ensuring embeddings are consistently maintained as data changes. It is relevant for engineers and architects working with AI-powered data analytics.
Features (1) ›
- BigQuery
You can enable autonomous embedding generation on new or existing tables that you make with the CREATE TABLE or ALTER TABLE statements. When you do this, BigQuery maintains a column of embeddings on the table based on a source column. When you add or modify data in the source column, BigQuery automatically generates or updates the embedding column for that data. This feature is generally available (GA).
https://docs.cloud.google.com/release-notes#June_17_2026