发布日期: 2025-06-12
版本号: v1.15.2

本次补丁版本主要修复了可搜索属性数据库的一个重大问题,同时包含若干次要修复。主要修复涉及当某些字段从 filterableAttributes 设置中移除时,其在可搜索数据库中被错误移除,尽管它们仍在 searchableAttributes 设置中被定义为精确可搜索,但实际已无法被搜索,该问题已得到解决。次要修复包括修正聊天路由缺失的基础 URL 与 Mistral 错误处理,并对嵌入重建进行了多处改进。

更新内容 (中文)

本次补丁版本包含一项主要修复和若干次要修复。

主要修复:可搜索属性数据库缺陷

部分可搜索字段在从filterableAttributes设置中移除时,也会从可搜索数据库中移除。 这导致这些字段无法被搜索,尽管它们仍然在searchableAttributes设置中精确配置。

由@ManyTheFish在https://github.com/meilisearch/meilisearch/pull/5660中修复

次要修复

  • 修复聊天路由缺失基础URL和Mistral错误处理,由@Kerollmops在https://github.com/meilisearch/meilisearch/pull/5665中修复
  • 向量嵌入重建的多项修复,由@dureuill在https://github.com/meilisearch/meilisearch/pull/5668中修复

更新内容 (原始)

This patch release introduces a major fix and some minor fixes.

Major fix: searchable attributes database bug

Some searchable fields were removed from the searchable databases when they were removed from the filterableAttributes setting. This made them unsearchable, although they were still precise in the searchableAttributes setting.

Fixed by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5660

Minor fixes

下载链接