@@ -5,25 +5,25 @@ versions:
55 New Features :
66 - type : Knowledge Base Retrieval Optimization
77 changedInfo :
8- - Dual-track retrieval : Supports coordinated storage and retrieval of "original text + memory", with customizable recall modes.
9- - Context wake-up : Supports recalling surrounding context before/after chunks to improve semantic coherence in long texts.
10- - Relevance filtering : The search API adds a relativity field (0~1) to filter low-quality recalls by threshold.
8+ - ' Dual-track retrieval: Supports coordinated storage and retrieval of "original text + memory", with customizable recall modes.'
9+ - ' Context wake-up: Supports recalling surrounding context before/after chunks to improve semantic coherence in long texts.'
10+ - ' Relevance filtering: The search API adds a relativity field (0~1) to filter low-quality recalls by threshold.'
1111 - type : MindDock
1212 changedInfo :
13- - Cloud Skill : Added cloud skill support and a quick entry.
14- - Real-time prompt injection : Dynamically inject Skill modules during chat to enable skill interoperability across models.
13+ - ' Cloud Skill: Added cloud skill support and a quick entry.'
14+ - ' Real-time prompt injection: Dynamically inject Skill modules during chat to enable skill interoperability across models.'
1515 - type : MCP Memory Deletion
1616 changedInfo :
1717 - When deletion intent is detected, synchronously trigger deleteMemory and addFeedback.
1818 Improvements :
1919 - type : Scheduling & Retrieval Pipeline Refactor
2020 changedInfo :
21- - Pipeline refactor : Rebuilt the retrieval chain into four stages—Search -> Enhance -> Rerank -> Filter—scheduled by a unified API.
22- - Scheduling optimization : Modularized the task processor and fixed Redis Streams serialization and user_context passing issues.
21+ - ' Pipeline refactor: Rebuilt the retrieval chain into four stages—Search -> Enhance -> Rerank -> Filter—scheduled by a unified API.'
22+ - ' Scheduling optimization: Modularized the task processor and fixed Redis Streams serialization and user_context passing issues.'
2323 - type : Skills Improvements
2424 changedInfo :
25- - Skill docs localization : Supports local storage of skill docs and generates dedicated URLs, downloadable directly via API.
26- - Skill generation optimization : Can now generate richer and more complete skills from users' historical information.
25+ - ' Skill docs localization: Supports local storage of skill docs and generates dedicated URLs, downloadable directly via API.'
26+ - " Skill generation optimization: Can now generate richer and more complete skills from users' historical information."
2727 Bug Fixes :
2828 - type : Playground Improvements
2929 changedInfo :
@@ -53,10 +53,10 @@ versions:
5353 New Features :
5454 - type : Documentation
5555 changedInfo :
56- - Open-source project documentation : Fixed formatting issues, improved example descriptions, resolved Chinese-English inconsistencies, and added practical usage tips.
56+ - ' Open-source project documentation: Fixed formatting issues, improved example descriptions, resolved Chinese-English inconsistencies, and added practical usage tips.'
5757 - type : Dashboard
5858 changedInfo :
59- - Knowledge base now supports more file types : JSON, MD, XML.
59+ - ' Knowledge base now supports more file types: JSON, MD, XML.'
6060 - type : GitHub Repository
6161 changedInfo :
6262 - Adjusted the startup approach (introduced a new server router class) and removed the reference to src/memos/product_api.py.
0 commit comments