gorse v0.5.7 版本更新介绍
发布日期: 2026-04-16
版本号: v0.5.7
项目更新日志包含功能增强和问题修复两方面内容。功能方面新增了因子分解机器的数值特征支持,并支持负面反馈类型。修复的问题包括HNSW插入死锁、进度计算除零错误、MariaDB缓存存储初始化、嵌入向量混合数值类型、Redis Cluster缓存存储前缀校验,以及MongoDB时序查询稳定性、并发追加反馈的时间戳截断和MySQL时间戳四舍五入等。
更新内容 (中文)
功能
- 为分解机添加数值特征支持(#1212)。
- 支持负反馈类型(#1215)。
修复
- 修复 HNSW 插入时的死锁问题(#1203)。
- 修复进度计算中的除零错误(#1208)。
- 修复 MariaDB 缓存存储初始化问题(#1219)。
- 修复嵌入向量中的混合数值类型问题(#1222)。
- 修复缓存存储的 Redis 集群前缀验证(#1228)。
- 使用
$top操作符确保 MongoDB 时间序列查询稳定(#1226) - 实现用户特定锁以防止 AddFeedback 中的并发追加(#1221)
- 修复 MySQL 的时间戳舍入问题(#1233)
更新内容 (原始)
Features
- Add numerical feature support for factorization machines (#1212).
- Support negative feedback type (#1215).
Fix
- Fix deadlock in HNSW insert (#1203).
- Fix divide by zero in progress calculation (#1208).
- Fix MariaDB cache storage initialization (#1219).
- Fix mixed numeric types in embedding vectors (#1222).
- Fix Redis Cluster prefix validation for cache storage (#1228).
- Use
$topoperator for stable MongoDB time series query (#1226) - Implement user-specific locks to prevent concurrent append in AddFeedback (#1221)
- FIx timestamp round for MySQL (#1233)