meilisearch v1.14.0-rc.2 版本更新介绍
发布日期: 2025-04-01
版本号: v1.14.0-rc.2
这是一个候选发布版本(RC),不建议在生产环境中使用。主要修复了启用rankingScoreThreshold导致_rankingScore计算错误的问题,并增加了对_vectors嵌入维度的验证。性能方面优化了文档统计计算速度。观察性方面增加了后处理进度的详细追踪,并调整了内部数据库命名规范。新贡献者@barloes首次提交了代码修复。完整变更日志可查看相关链接。
更新内容 (中文)
[!WARNING] 由于这是候选发布版本(RC),我们不建议在生产环境中使用。遇到未按预期运行的情况?欢迎提交错误报告和新功能反馈。
🦋 修复
- 修复启用
rankingScoreThreshold
导致_rankingScore
计算错误的问题 by @barloes 和 @dureuill in https://github.com/meilisearch/meilisearch/pull/5313 - 接收含
_vectors
的文档时验证嵌入维度 by @dureuill in https://github.com/meilisearch/meilisearch/pull/5478
⚡ 性能优化
- 提升文档统计计算性能 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5465
🔎 可观测性
- 后处理进度追踪更详细 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5468
- 内部数据库大小命名优先采用驼峰式 by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5464
新贡献者
- @barloes 首次贡献于 https://github.com/meilisearch/meilisearch/pull/5313
完整更新日志: https://github.com/meilisearch/meilisearch/compare/v1.14.0-rc.1...v1.14.0-rc.2
更新内容 (原始)
[!WARNING] Since this is a release candidate (RC), we do NOT recommend using it in a production environment. Is something not working as expected? We welcome bug reports and feedback about new features.
🦋 Fixes
- enabling
rankingScoreThreshold
no longer causes_rankingScore
to be miscalculated by @barloes and @dureuill in https://github.com/meilisearch/meilisearch/pull/5313 - Validate dimensions of embedding when receiving documents with
_vectors
by @dureuill in https://github.com/meilisearch/meilisearch/pull/5478
⚡ Performance
- Improve performance of computing document stats by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5465
🔎 Observability
- More detailed Post Processing progress trace by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5468
- Prefer camelCase for internal database sizes db name by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5464
New Contributors
- @barloes made their first contribution in https://github.com/meilisearch/meilisearch/pull/5313
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.14.0-rc.1...v1.14.0-rc.2