diff --git a/.gitignore b/.gitignore index 792869e1..d3d9957f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ evaluation/configs/* .env evaluation/scripts/personamem +# benchmarks +benchmarks/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 9b3137da..d211def9 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,9 @@ MemOS is licensed under the [Apache 2.0 License](./LICENSE). Stay up to date with the latest MemOS announcements, releases, and community highlights. -- **2025-07-29** – 🎉 MemOS v0.2.2 (Nebula Update): Internet search+Nebula DB integration, refactored memory scheduler, KV Cache stress tests, MemCube Cookbook release (CN/EN), and 4b/1.7b/0.6b memory ops models. -- **2025-07-21** – 🎉 MemOS v0.2.1 (Neo Release): Lightweight Neo version with plaintext+KV Cache functionality, Docker/multi-tenant support, MCP expansion, and new Cookbook/Mud game examples. +- **2025-08-07** - 🎉 *MemOS v0.2.3 (Our Very First MemCube)*: Our very first MemCube, a word game to inspire users to use it, LongMemEval eval, Integration with BochaAISearchRetriever, NebulaGraph database supported, better search contextual understanding and semantic control capabilities, bug fixed. +- **2025-07-29** – 🎉 *MemOS v0.2.2 (Nebula Update)*: Internet search+Nebula DB integration, refactored memory scheduler, KV Cache stress tests, MemCube Cookbook release (CN/EN), and 4b/1.7b/0.6b memory ops models. +- **2025-07-21** – 🎉 *MemOS v0.2.1 (Neo Release)*: Lightweight Neo version with plaintext+KV Cache functionality, Docker/multi-tenant support, MCP expansion, and new Cookbook/Mud game examples. - **2025-07-11** – 🎉 *MemOS v0.2.0 (Cross-Platform)*: Added doc search/bilingual UI, MemReader-4B (local deploy), full Win/Mac/Linux support, and playground end-to-end connection. - **2025-07-07** – 🎉 *MemOS 1.0 (Stellar) Preview Release*: A SOTA Memory OS for LLMs is now open-sourced. - **2025-07-04** – 🎉 *MemOS Paper Released*: [MemOS: A Memory OS for AI System](https://arxiv.org/abs/2507.03724) was published on arXiv.