Skip to content

Commit 05f61fa

Browse files
authored
Add new supported file types to ToMarkdown (cloudflare#25344)
* Add new supported file formats to ToMarkdown documentation * Added changelog entries for new supported types * Removed changelog entry for Workers AI, added release not for AutoRAG * Use active voice in release notes
1 parent f5da3b4 commit 05f61fa

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

src/content/partials/workers-ai/markdown-conversion-support.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,26 @@
6262
Microsoft Office Documents
6363
</td>
6464
<td colspan="5" rowspan="1">
65-
`.xlsx`, `.xlsm`, `.xlsb`, `.xls`, `.et`
65+
`.xlsx`, `.xlsm`, `.xlsb`, `.xls`, `.et`, `.docx`
6666
</td>
6767
<td colspan="5" rowspan="1">
6868
`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`,
6969
`application/vnd.ms-excel.sheet.macroenabled.12`,
7070
`application/vnd.ms-excel.sheet.binary.macroenabled.12`,
71-
`application/vnd.ms-excel`
71+
`application/vnd.ms-excel`,
72+
`application/vnd.openxmlformats-officedocument.wordprocessingml.document`
7273
</td>
7374
</tr>
7475
<tr>
7576
<td colspan="5" rowspan="1">
7677
Open Document Format
7778
</td>
7879
<td colspan="5" rowspan="1">
79-
`.ods`
80+
`.ods`, `.odt`
8081
</td>
8182
<td colspan="5" rowspan="1">
82-
`application/vnd.oasis.opendocument.spreadsheet`
83+
`application/vnd.oasis.opendocument.spreadsheet`,
84+
`application/vnd.oasis.opendocument.text`
8385
</td>
8486
</tr>
8587
<tr>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ entries:
77
title: AI Search (formerly AutoRAG) now supports more models
88
description: |-
99
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.
10+
- publish_date: "2025-09-23"
11+
title: Support document file types in AutoRAG
12+
description: |-
13+
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.
1014
- publish_date: "2025-08-20"
1115
title: Increased maximum query results to 50
1216
description: |-

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ entries:
1010
- [`@cf/pfnet/plamo-embedding-1b`](/workers-ai/models/plamo-embedding-1b) creates embeddings from Japanese text.
1111
- [`@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.
1212
- [`@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.
13+
- publish_date: "2025-09-23"
14+
title: 'New document formats supported by Markdown conversion utility'
15+
description: |-
16+
- Our [Markdown conversion utility](/workers-ai/features/markdown-conversion/) now supports converting `.docx` and `.odt` files.
1317
- publish_date: "2025-09-18"
1418
title: Model Catalog updates (types, EmbeddingGemma, model deprecation)
1519
description: |-

0 commit comments

Comments
 (0)