Docs: Added v0.23.1 release notes (#12371)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-12-31 16:43:56 +08:00
committed by GitHub
parent 05e5244d94
commit 4af4c36e60

View File

@ -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