Skip to content
Open
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
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"linkup-sdk",
"paramiko>=3.4.0",
"linkup-sdk",
"mem0ai==0.1.117",
"mem0ai==2.0.7",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mem0ai 从 0.1.117 升级到 2.0.7 是 major version bump(从 0.x 到 2.x),这意味着 API 可能有大量不兼容变更。从 release notes 看,v2 重构了 vector store 接口、修复了大量 crash 问题。请确认项目中 mem0ai 的调用代码是否已适配 v2 API,特别是 Memory 初始化和 vector store 配置部分。

"pymysql>=1.1.0",
"psycopg2-binary>=2.9.9",
"pymssql>=2.2.11",
Expand Down
Loading