Predictive APIs and Machine Learning Integration
From Fine-Tuning to Production: A Scalable Embedding Pipeline with Dataflow- Google Developers Blog

From Fine-Tuning to Production: A Scalable Embedding Pipeline with Dataflow- Google Developers Blog

9/4/2025 · Danny McCormick, Ian Ballantyne, Olivier Lacombe

What this post added

This post introduces a scalable, real-time knowledge ingestion pipeline for AI embeddings using Google Cloud Dataflow and the open-source EmbeddingGemma model. It details how to leverage Dataflow's MLTransform to integrate EmbeddingGemma for efficient, self-contained embedding generation and subsequent writing to vector databases like AlloyDB. The post highlights the benefits of data locality, unified system management, and scalability offered by this approach, and provides code examples for configuring the embedding transform and writing to AlloyDB.

Read the original post ↗