gorse v0.5.8 版本更新介绍
发布日期: 2026-06-04
版本号: v0.5.8
新增命令行工具
gorse-cli;为RESTful API添加独立访问日志;修复Redis集群中FT索引已存在的问题;出于安全考虑移除外部推荐器中的环境变量;将嵌入向量存储格式改为BF16以提升性能。
更新内容 (中文)
功能特性
- 新增命令行工具
gorse-cli(#1248) - 为RESTful API添加独立的访问日志 (#1264)
问题修复
- 修复Redis集群中FT索引已存在的问题 (#1265) (由 @guandeng 提交)
- 出于安全考虑,移除外部推荐器中的环境变量 (#1267)
性能优化
- 使用BF16格式存储嵌入向量 (#1246)
更新内容 (原始)
Features
- Add command line tool
gorse-cli(#1248). - Add separate access log for RESTful APIs (#1264).
Fix
- Fix FT index already exists in Redis cluster (#1265) by @guandeng.
- Remove environment variables in external recommenders for security reason (#1267).
Performance
- Store embedding vectors in BF16 (#1246).