返回全部动态
Mem0 Node SDK v3.1.2 发布:修复向量存储过滤与 LLM 响应问题
原标题:Mem0 Node SDK (v3.1.2)
AI 摘要
Mem0 发布了 Node SDK v3.1.2,主要修复了多个向量存储后端(Cassandra、Chroma、Milvus、OpenSearch、MongoDB)的过滤器和混合搜索问题,以及 Gemini 和 Anthropic 的响应处理问题。这些修复确保了过滤条件被正确应用,关键词搜索信号不丢失,并支持 JSON 输出和思考模型。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
**Bug Fixes:** - **Vector Stores:** Apply every operator in a Cassandra compound field filter (e.g. `{ age: { gte: 10, lte: 20 } }`) instead of stopping after the first, so the remaining bounds are no longer silently ignored ([#6511](https://github.com/mem0ai/mem0/pull/6511)) - **Vector Stores:** Stop the Chroma where-clause translator from dropping filter conditions. Same-field ranges (`gte` + `lte`), multi-field conditions inside `$or`, and negated `contains`/`icontains` under `$not` each co
发布时间:2026-07-25 20:24
抓取时间:2026-08-02 00:26
来源机构:Mem0