diff --git a/src/content/partials/workers-ai/markdown-conversion-support.mdx b/src/content/partials/workers-ai/markdown-conversion-support.mdx
index ed5bb9dfccd5a20..0d97e54234d2be9 100644
--- a/src/content/partials/workers-ai/markdown-conversion-support.mdx
+++ b/src/content/partials/workers-ai/markdown-conversion-support.mdx
@@ -62,13 +62,14 @@
Microsoft Office Documents
- `.xlsx`, `.xlsm`, `.xlsb`, `.xls`, `.et`
+ `.xlsx`, `.xlsm`, `.xlsb`, `.xls`, `.et`, `.docx`
|
`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`,
`application/vnd.ms-excel.sheet.macroenabled.12`,
`application/vnd.ms-excel.sheet.binary.macroenabled.12`,
- `application/vnd.ms-excel`
+ `application/vnd.ms-excel`,
+ `application/vnd.openxmlformats-officedocument.wordprocessingml.document`
|
@@ -76,10 +77,11 @@
Open Document Format
|
- `.ods`
+ `.ods`, `.odt`
|
- `application/vnd.oasis.opendocument.spreadsheet`
+ `application/vnd.oasis.opendocument.spreadsheet`,
+ `application/vnd.oasis.opendocument.text`
|
diff --git a/src/content/release-notes/ai-search.yaml b/src/content/release-notes/ai-search.yaml
index 5dc4caaeaf02f6b..562600b95c06baf 100644
--- a/src/content/release-notes/ai-search.yaml
+++ b/src/content/release-notes/ai-search.yaml
@@ -7,6 +7,10 @@ entries:
title: AI Search (formerly AutoRAG) now supports more models
description: |-
Connect your provider keys through AI Gateway to use models like from OpenAI and Anthropic for both embeddings and inference. API updates to align with the new name are coming soon, with existing APIs still supported.
+ - publish_date: "2025-09-23"
+ title: Support document file types in AutoRAG
+ description: |-
+ Our [conversion utility](/workers-ai/features/markdown-conversion/) can now convert `.docx` and `.odt` files to Markdown, making these files available to index inside your AutoRAG instance.
- publish_date: "2025-08-20"
title: Increased maximum query results to 50
description: |-
diff --git a/src/content/release-notes/workers-ai.yaml b/src/content/release-notes/workers-ai.yaml
index f00173c4687c3fb..47912d3e939ef1a 100644
--- a/src/content/release-notes/workers-ai.yaml
+++ b/src/content/release-notes/workers-ai.yaml
@@ -10,6 +10,10 @@ entries:
- [`@cf/pfnet/plamo-embedding-1b`](/workers-ai/models/plamo-embedding-1b) creates embeddings from Japanese text.
- [`@cf/aisingapore/gemma-sea-lion-v4-27b-it`](/workers-ai/models/gemma-sea-lion-v4-27b-it) is a fine-tuned model that supports multiple South East Asian languages, including Burmese, English, Indonesian, Khmer, Lao, Malay, Mandarin, Tagalog, Tamil, Thai, and Vietnamese.
- [`@cf/ai4bharat/indictrans2-en-indic-1B`](/workers-ai/models/indictrans2-en-indic-1B) is a translation model that can translate between 22 indic languages, including Bengali, Gujarati, Hindi, Tamil, Sanskrit and even traditionally low-resourced languages like Kashmiri, Manipuri and Sindhi.
+ - publish_date: "2025-09-23"
+ title: 'New document formats supported by Markdown conversion utility'
+ description: |-
+ - Our [Markdown conversion utility](/workers-ai/features/markdown-conversion/) now supports converting `.docx` and `.odt` files.
- publish_date: "2025-09-18"
title: Model Catalog updates (types, EmbeddingGemma, model deprecation)
description: |-