返回全部动态
Mem0 Python SDK v2.0.20 发布:改进通知与配置验证
原标题:Mem0 Python SDK (v2.0.20)
AI 摘要
Mem0 发布了 Python SDK v2.0.20,主要改进包括:将开源通知配置改为静态可缓存文件,并内置禁用回退,不再依赖 PostHog 功能标志 API,提高了通知的可靠性;同时 RedisDBConfig 改用 Pydantic 原生 extra="forbid" 处理未知字段,保持严格验证并返回标准错误。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
**Improvements:** - **OSS notices:** Notice configuration now comes from a static, cacheable repository file with a bundled disabled fallback and deterministic rollout assignment, instead of calling PostHog's feature-flag evaluation API. This keeps notices fail-safe when the remote config is unavailable and removes the PostHog feature-flag request from notice evaluation ([#7185](https://github.com/mem0ai/mem0/pull/7185)) - **Vector Stores:** `RedisDBConfig` now uses Pydantic's native `extra="f
发布时间:2026-09-02 21:18
抓取时间:2026-09-02 21:52
来源机构:Mem0