From 4af4c36e607191402e393816c8be553b50472a6b Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:43:56 +0800 Subject: [PATCH] Docs: Added v0.23.1 release notes (#12371) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/release_notes.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index c55fc7839..037921943 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -12,11 +12,17 @@ Key features, improvements and bug fixes in the latest releases. Released on December 31, 2025. +### Improvements + +- Memory: Enhances the stability of memory extraction when all memory types are selected. +- RAG: Refines the context window extraction strategy for images and tables. + ### Fixed issues -- Resolved an issue where the RAGFlow Server would fail to start if an empty memory object existed, and corrected the inability to delete a newly created empty Memory. -- Improved the stability of memory extraction across all memory types after selection. -- Fixed MDX file parsing support. +- Memory: + - The RAGFlow server failed to start if an empty memory object existed. + - Unable to delete a newly created empty Memory. +- RAG: MDX file parsing was not supported. ### Data sources