meilisearch v1.11.1 版本更新介绍
发布日期: 2024-11-07
版本号: v1.11.1
MeiliSearch在版本v1.11.1中进行了更新,主要变化为对搜索过程中产生的嵌入请求添加了3秒超时机制(由开发者dureuill通过Pull Request #5039提交)。该调整旨在优化搜索请求的响应稳定性,避免因嵌入处理时间过长导致的服务阻塞。本次更新未包含其他功能变更,版本迭代范围从v1.11.0升级至v1.11.1。
更新内容 (中文)
更新内容
- 为搜索期间发出的嵌入请求添加3秒超时 by @dureuill in https://github.com/meilisearch/meilisearch/pull/5039
完整更新日志: https://github.com/meilisearch/meilisearch/compare/v1.11.0...v1.11.1
更新内容 (原始)
What’s Changed
- Add 3s timeout to embedding requests made during search by @dureuill in https://github.com/meilisearch/meilisearch/pull/5039
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.11.0...v1.11.1