Skip to content

Commit db7f057

Browse files
Update changelog for EmbeddingGemma
1 parent 8058c65 commit db7f057

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Introducing EmbeddingGemma from Google on Workers AI
3+
description: Partnering with Google to bring to you EmbeddingGemma best-in-class embedding performance for RAG and semantic search
4+
date: 2025-09-05
5+
---
6+
7+
We're excited to be a launch partner alongside [Google](https://developers.googleblog.com/en/introducing-embeddinggemma/) to bring their newest embedding model, **EmbeddingGemma**, to Workers AI that delivers best-in-class performance for its size, enabling RAG and semantic search use cases.
8+
9+
[`@cf/google/embeddinggemma-300m`](/workers-ai/models/embeddinggemma-300m/) is a 300M parameter embedding model from Google, built from Gemma 3 and the same research used to create Gemini models. This multilingual model supports 100+ languages, making it ideal for RAG systems, semantic search, content classification, and clustering tasks.
10+
11+
**Using EmbeddingGemma in AutoRAG:**
12+
Now you can leverage EmbeddingGemma directly through AutoRAG for your RAG pipelines. EmbeddingGemma's multilingual capabilities make it perfect for global applications that need to understand and retrieve content across different languages with exceptional accuracy.
13+
14+
To use EmbeddingGemma for your AutoRAG projects:
15+
1. Go to **Create** in the AutoRAG dashboard
16+
2. Follow the setup flow for your new RAG instance
17+
3. In the **Generate Index** step, open up **More embedding models** and select `@cf/google/embeddinggemma-300m` as your embedding model
18+
4. Complete the setup to create an AutoRAG
19+
20+
Try it out and let us know what you think!

src/content/release-notes/workers-ai.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ link: "/workers-ai/changelog/"
33
productName: Workers AI
44
productLink: "/workers-ai/"
55
entries:
6+
- publish_date: "2025-09-05"
7+
title: Introducing EmbeddingGemma from Google
8+
description: |-
9+
- We’re excited to be a launch partner alongside Google to bring their newest embedding model to Workers AI. We're excited to introduce EmbeddingGemma delivers best-in-class performance for its size, enabling RAG and semantic search use cases. Take a look at [`@cf/google/embeddinggemma-300m`](/workers-ai/models/embeddinggemma-300m) for more details. Now available to use for embedding in AutoRAG too.
610
- publish_date: "2025-08-27"
711
title: Introducing Partner models to the Workers AI catalog
812
description: |-

0 commit comments

Comments
 (0)