From abc69396b429d0ff4b95387e0f4a8abd3610ea0d Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Mon, 22 Sep 2025 19:47:00 +0100 Subject: [PATCH 1/4] Add new supported file formats to ToMarkdown documentation --- .../workers-ai/markdown-conversion-support.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/content/partials/workers-ai/markdown-conversion-support.mdx b/src/content/partials/workers-ai/markdown-conversion-support.mdx index ed5bb9dfccd5a2..0d97e54234d2be 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` From 6c0b6d04f5e1c162745807485ee3b712dc0616fd Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Tue, 23 Sep 2025 10:31:36 +0100 Subject: [PATCH 2/4] Added changelog entries for new supported types --- .../2025-09-23-document-conversion-support.mdx | 11 +++++++++++ src/content/release-notes/workers-ai.yaml | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx diff --git a/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx b/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx new file mode 100644 index 00000000000000..60511a353dfdfe --- /dev/null +++ b/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx @@ -0,0 +1,11 @@ +--- +title: New document formats supported by Markdown conversion utility +description: Supporting Docx and Odt file formats for document conversion using the Markdown conversion utility +date: 2025-09-23 +--- + +Starting today, `.docx` and `.odt` files are supported by our Markdown conversion utility, `toMarkdown`. + +This enhancement expands the range of documents you can use for your AI applications and, in particular, [AutoRAG](/autorag). + +See [Markdown Conversion](/workers-ai/features/markdown-conversion/) for more information on supported formats, REST API and pricing. \ No newline at end of file diff --git a/src/content/release-notes/workers-ai.yaml b/src/content/release-notes/workers-ai.yaml index f00173c4687c3f..da25fdc6d7c4ac 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: |- + - `.docx` and `.odt` files are supported by our Markdown conversion utility, `toMarkdown`. - publish_date: "2025-09-18" title: Model Catalog updates (types, EmbeddingGemma, model deprecation) description: |- From 86028607777e4a7ea8d6cad2ad8e1b8bdf8400a2 Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Tue, 23 Sep 2025 17:46:14 +0100 Subject: [PATCH 3/4] Removed changelog entry for Workers AI, added release not for AutoRAG --- .../2025-09-23-document-conversion-support.mdx | 11 ----------- src/content/release-notes/ai-search.yaml | 4 ++++ src/content/release-notes/workers-ai.yaml | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx diff --git a/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx b/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx deleted file mode 100644 index 60511a353dfdfe..00000000000000 --- a/src/content/changelog/workers-ai/2025-09-23-document-conversion-support.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: New document formats supported by Markdown conversion utility -description: Supporting Docx and Odt file formats for document conversion using the Markdown conversion utility -date: 2025-09-23 ---- - -Starting today, `.docx` and `.odt` files are supported by our Markdown conversion utility, `toMarkdown`. - -This enhancement expands the range of documents you can use for your AI applications and, in particular, [AutoRAG](/autorag). - -See [Markdown Conversion](/workers-ai/features/markdown-conversion/) for more information on supported formats, REST API and pricing. \ No newline at end of file diff --git a/src/content/release-notes/ai-search.yaml b/src/content/release-notes/ai-search.yaml index 5dc4caaeaf02f6..9f39f0189e1faa 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: |- + `.docx` and `.odt` files can now be converted to Markdown using our [conversion utility](/workers-ai/features/markdown-conversion/), 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 da25fdc6d7c4ac..b9c8e4de3cfb85 100644 --- a/src/content/release-notes/workers-ai.yaml +++ b/src/content/release-notes/workers-ai.yaml @@ -13,7 +13,7 @@ entries: - publish_date: "2025-09-23" title: 'New document formats supported by Markdown conversion utility' description: |- - - `.docx` and `.odt` files are supported by our Markdown conversion utility, `toMarkdown`. + - `.docx` and `.odt` files are supported by our Markdown conversion utility, [`toMarkdown`](/workers-ai/features/markdown-conversion/). - publish_date: "2025-09-18" title: Model Catalog updates (types, EmbeddingGemma, model deprecation) description: |- From 218d4c835bc838b1edee81d097a8ef4f79fa5101 Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Tue, 23 Sep 2025 18:27:02 +0100 Subject: [PATCH 4/4] Use active voice in release notes --- src/content/release-notes/ai-search.yaml | 2 +- src/content/release-notes/workers-ai.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/release-notes/ai-search.yaml b/src/content/release-notes/ai-search.yaml index 9f39f0189e1faa..562600b95c06ba 100644 --- a/src/content/release-notes/ai-search.yaml +++ b/src/content/release-notes/ai-search.yaml @@ -10,7 +10,7 @@ entries: - publish_date: "2025-09-23" title: Support document file types in AutoRAG description: |- - `.docx` and `.odt` files can now be converted to Markdown using our [conversion utility](/workers-ai/features/markdown-conversion/), making these files available to index inside your AutoRAG instance. + 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 b9c8e4de3cfb85..47912d3e939ef1 100644 --- a/src/content/release-notes/workers-ai.yaml +++ b/src/content/release-notes/workers-ai.yaml @@ -13,7 +13,7 @@ entries: - publish_date: "2025-09-23" title: 'New document formats supported by Markdown conversion utility' description: |- - - `.docx` and `.odt` files are supported by our Markdown conversion utility, [`toMarkdown`](/workers-ai/features/markdown-conversion/). + - 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: |-