Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install psycopg2-binary # 推荐:预编译版本
pip install psycopg2 # 需要 PostgreSQL 开发库

# 安装 MemOS
pip install memos
pip install MemoryOS -U
```

### 2. 配置 PolarDB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pip install psycopg2-binary # Recommended: pre-compiled version
pip install psycopg2 # Requires PostgreSQL development libraries

# Install MemOS
pip install memos
pip install MemoryOS -U
```

### 2. Configure PolarDB
Expand Down