From 6a664fea3b5cb5c760b31adf9781f3640c6280eb Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:10:15 +0800 Subject: [PATCH] Docs: Updated v0.23.0 release notes (#12374) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index 0379219438..98d5dfbe06 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -17,6 +17,7 @@ Released on December 31, 2025. - 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 - Memory: @@ -56,6 +57,7 @@ Released on December 27, 2025. ### Improvements +- RAG: Accelerates GraphRAG generation significantly. - Bumps RAGFlow's document engine, [Infinity](https://github.com/infiniflow/infinity) to v0.6.15 (backward compatible). ### Data sources