From 980a883033a8fda079519ebe8a67e645142f82c3 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:41:21 +0800 Subject: [PATCH] Docs: minor (#11385) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index d2ae6d722..082b7e3cc 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -25,7 +25,7 @@ Released on November 19, 2025. ### Fixed issues -- A v0.22.0 issue: Users failed to upload files or switch embedding model in a dataset containing parsed files using a built-in model from a `-slim` RAGFlow edition. +- A v0.22.0 issue: Users failed to parse uploaded files or switch embedding model in a dataset containing parsed files using a built-in model from a `-full` RAGFlow edition. - Image concatenated in Word documents. [#11310](https://github.com/infiniflow/ragflow/pull/11310) - Mixed images and text were not correctly displayed in the chat history.