meilisearch v1.18.0 版本更新介绍
发布日期: 2025-08-18
版本号: v1.18.0
本次更新增强了搜索功能,现在使用检索向量选项时,搜索响应中会返回查询向量;支持从特定的嵌入器中获取带有向量的文档;同时允许通过API重命名索引。感谢Kerollmops、Mubelotix、irevoire和qdequele等贡献者的重要参与。
更新内容 (中文)
🚀 功能增强
- 当使用
retrieveVectors时,在搜索响应中返回queryVector(#5778) @Mubelotix - 允许从特定嵌入器检索包含向量的文档 (#5741) @Mubelotix
- 支持通过 API 重命名索引 (#5829) @irevoire
❤️ 衷心感谢我们的贡献者:@Kerollmops、@Mubelotix、@irevoire 和 @qdequele。
更新内容 (原始)
🚀 Enhancements
- Return
queryVectorin the search response when usingretrieveVectors(#5778) @Mubelotix - Allow retrieving documents with vectors from specific embedders (#5741) @Mubelotix
- Support renaming indexes using the API (#5829) @irevoire
❤️ Huge thanks to our contributors: @Kerollmops, @Mubelotix, @irevoire and @qdequele.