From 73d4b638826bbdaf7ea712b7e5c8b58f354b9c64 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Thu, 4 Sep 2025 17:45:15 +0800 Subject: [PATCH] docs(README): update version info and add language toggle - Update PyPI version badge to v0.1 in both English and Chinese README files - Add language toggle link at the beginning of both README files - Update MemoryScope version reference from v0.1.x to v0.1 in both README files --- README.md | 6 ++++-- README_ZH.md | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c67e97b..4ca65300 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ +English | [**中文**](./README_ZH.md) +

ReMe Logo

Python Version - PyPI Version + PyPI Version License GitHub Stars

@@ -38,7 +40,7 @@ Personal memory helps "**understand user preferences**", while task memory helps - **[2025-08]** 🚀 MCP protocol support is now available -> [MCP Quick Start](docs/mcp_quick_start.md). - **[2025-06]** 🚀 Multiple backend vector storage support (Elasticsearch & ChromaDB) -> [Vector DB quick start](docs/vector_store_api_guide.md). -- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1.x released, +- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1 released, personalized and time-aware memory storage and usage. --- diff --git a/README_ZH.md b/README_ZH.md index afdf0bbe..27c3533a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,4 +1,4 @@ - +中文 | [**English**](./README.md)

ReMe Logo @@ -6,7 +6,7 @@

Python Version - PyPI Version + PyPI Version License GitHub Stars

@@ -37,7 +37,7 @@ ReMe为AI智能体提供了统一的记忆与经验系统——在跨用户、 和 [frozenlake exp](./cookbook/frozenlake/quickstart.md)。 - **[2025-08]** 🚀 MCP协议支持已上线-> [MCP指南](docs/mcp_quick_start.md)。 - **[2025-06]** 🚀 多后端向量存储支持 (Elasticsearch & ChromaDB) -> [向量数据库指南](docs/vector_store_api_guide.md)。 -- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1.x 发布,个性化和时间感知的记忆存储与使用。 +- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1 发布,个性化和时间感知的记忆存储与使用。 ---