File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050* * <mark >[ new] </mark >* 🔥🔥 ** [ 2025-07-08] ** : ** 🏆 New Config Parameter**
5151* New parameter configuration: ** similarity_threshold** . For configuration file, see 📖 [ Documentation] ( https://bai-lab.github.io/MemoryOS/docs ) page.
5252* * <mark >[ new] </mark >* 🔥🔥 ** [ 2025-07-07] ** : ** 🚀5 Times Faster**
53- * The MemoryOS (PIPY ) implementation has been upgraded: ** 5 times faster** (reduction in latency) through parallelization optimizations.
53+ * The MemoryOS (PYPI ) implementation has been upgraded: ** 5 times faster** (reduction in latency) through parallelization optimizations.
5454* * <mark >[ new] </mark >* 🔥🔥 ** [ 2025-07-07] ** : ** ✨R1 models Support Now**
5555* MemoryOS supports configuring and using inference models such as ** Deepseek-r1 and Qwen3..**
5656* * <mark >[ new] </mark >* 🔥🔥 ** [ 2025-07-07] ** : ** ✨MemoryOS Playground Launched**
@@ -215,15 +215,18 @@ memoryos/
215215### Prerequisites
216216
217217* Python >= 3.10
218+ * conda create -n MemoryOS python=3.10
219+ * conda activate MemoryOS
218220
219221### Installation
220222
221223``` bash
222- conda create -n MemoryOS python=3.10
223- conda activate MemoryOS
224+ pip install memoryos-pro
225+ or
224226git clone https://github.com/BAI-LAB/MemoryOS.git
225227cd MemoryOS/memoryos-pypi
226228pip install -r requirements.txt
229+
227230```
228231
229232### Basic Usage
You can’t perform that action at this time.
0 commit comments