You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Bug Fixes:
Fixed reorganizer bugs and argument errors
Resolved None issue in reorganizer queue
Updated Python version constraints
New Features:
Added support for multiple embedders (Ark/Volcengine, Universal API)
Introduced Neo4j database integration and sharing capabilities
Added evaluation pipeline (longmemeval)
Implemented multi-language support and customizable system prompts
Added MCP (Model Context Protocol) server support with client demo
Improvements:
Enhanced memory management with ID returns and clustering optimizations
Simplified user onboarding with basic memos
Expanded LLM API support and optimized dependency management
Added development tools (download examples, issue templates, stale
management)
Documentation & DevOps:
Updated issue/PR templates and workflows
Improved multi-user example implementations
with significant additions to embedding support, database backends, and
user experience improvements.
-[ ] I have performed a self-review of my own code | 我已自行检查了自己的代码
24
28
-[ ] I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释
25
29
-[ ] I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常
26
-
-[ ] I have added necessary documentation (if applicable) | 我已添加必要的文档(如果适用)
30
+
-[ ] I have created related documentation issue/PR in [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) (if applicable) | 我已在 [MemOS-Docs](https://github.com/MemTensor/MemOS-Docs) 中创建了相关的文档 issue/PR(如果适用)
27
31
-[ ] I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用)
28
32
-[ ] I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人
To use MemOS with [Ollama](https://ollama.com/), first install the Ollama CLI:
174
+
169
175
```bash
170
176
curl -fsSL https://ollama.com/install.sh | sh
171
177
```
@@ -174,6 +180,14 @@ curl -fsSL https://ollama.com/install.sh | sh
174
180
175
181
To use functionalities based on the `transformers` library, ensure you have [PyTorch](https://pytorch.org/get-started/locally/) installed (CUDA version recommended for GPU acceleration).
176
182
183
+
#### Download Examples
184
+
185
+
To download example code, data and configurations, run the following command:
186
+
187
+
```bash
188
+
memos download_examples
189
+
```
190
+
177
191
## 💬 Community & Support
178
192
179
193
Join our community to ask questions, share your projects, and connect with other developers.
0 commit comments