gorse v0.4.9 版本更新介绍
发布日期: 2022-11-12
版本号: v0.4.9
本次更新新增了支持手动调度任务、集成OpenTelemetry追踪功能以及压缩版playground数据集的功能。修复方面解决了Redis缓存清除问题、MongoDB反馈加载时的时间戳条件判断错误、应用时钟误差调整到反馈加载流程,并修复了零逆文档频率场景下构建IVF索引时出现的索引越界错误。
更新内容 (中文)
功能
- 支持管理模式:手动调度任务(#575)
- 支持 OpenTelemetry 追踪(#576)
- 支持压缩的 playground 数据集(#584)
修复
- 修复 Redis 上的清除缓存问题(#571)
- 修复从 MongoDB 加载反馈时的时间戳条件问题(#571)
- 在加载反馈时应用
clock_error
(#573) - 修复构建零 IDF 的 IVF 索引时出现的"索引超出范围 [-1]“错误(#585)
更新内容 (原始)
Features
- Support managed mode: schedule tasks manually (#575).
- Support OpenTelemetry tracing (#576).
- Support compressed playground dataset (#584).
Fix
- Fix purge cache on Redis (#571).
- Fix timestamp conditions on loading feedback from MongoDB (#571).
- Apply
clock_error
on loading feedback(#573). - Fix “index out of range [-1]” on building IVF index for zero IDF (#585).