返回全部动态

Mem0 Python SDK v2.0.18 发布:多项错误修复

原标题:Mem0 Python SDK (v2.0.18)

Mem0 Releases一手来源产品发布质量 71

AI 摘要

Mem0 发布了 Python SDK v2.0.18,主要包含多项错误修复。核心修复包括对 user_id、agent_id 和 run_id 中的特殊字符进行百分号转义,以确保会话作用域键的唯一性。向量存储方面,修复了 PGVector 过滤值类型检查、Oracle AI Vector Search 配置验证以及连接泄漏问题。这些修复提升了 SDK 的稳定性和安全性。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

**Bug Fixes:** - **Core:** Percent-escape `%`, `&`, and `=` in `user_id`, `agent_id`, and `run_id` when building the session scope key for the recent-conversation buffer, so the key stays unambiguous for ids containing those characters. Ordinary ids keep their existing key; an id already containing `%`, `&`, or `=` maps to a new key, so its buffer starts empty once and refills on the next `add()`. Stored memories are unaffected. Reported by [@OfficialAbhinavSingh](https://github.com/OfficialA


发布时间:2026-08-12 02:57
抓取时间:2026-08-12 03:51
来源机构:Mem0
阅读原文github.com