meilisearch @ v1.36.0
integrity
- size
- 20.2 MiB
- downloaded
- last checked
release notes
Version v1.36.0 introduces an exciting update to the ranking rules to improve the engine's relevance. It's actually the first time we've made such a change since v1.0, and we're really happy about this improvement!
✨ Enhancement
-
Introduce the
attributeRankandwordPositioncriteria by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6154, https://github.com/meilisearch/meilisearch/pull/6155, and https://github.com/meilisearch/meilisearch/pull/6164We released two new ranking rules that Meilisearch had already been using internally for the
attributeone, which is basically both ranking rules applied one after the other:attributeRank: A document is considered better if the query words match in a higher searchable attribute. It ignores the position of the query words in this attribute.wordPosition: A document is considered better if the query words match closer to the beginning of an attribute. The attribute rank is ignored by this rule.
-
We continue our policy of migrating everyone to use a homemade HNSW by introducing a new dumpless upgrade step that migrates index uses the old annoy vector store to the new Hannoy one. Changing the vector store backend affects the ranking score. This step can take a couple of minutes when the number of embeddings is high, and we recommend changing the vector store backend beforehand to gain more control if needed. To do so, you must enable the
vectorStoreSettingexperimental feature and set thevectorStoreroot setting toexperimental.
🪲 Bug fixes
- Fix search failing when using
attributesToSearchOnon an empty index by @zen-zap in https://github.com/meilisearch/meilisearch/pull/5944
🔒 Security
- Bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6142
- Bump jsonwebtoken from 9.3.1 to 10.3.0 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6141
- Bump time from 0.3.44 to 0.3.47 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6144
- Bump rsa from 0.9.9 to 0.9.10 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6149
🔩 Miscellaneous
- Improve OpenAPI docs and CIs to improve documentation experience by @curquiza in https://github.com/meilisearch/meilisearch/pull/6145
[!WARNING] Breaking change: the
meilisearch-openapi-mintlify.jsonfile will not be available in the release assets anymore. If you were using it, please refer to the one that is now available in our public documentation repository.
- GenAI contributing and PR template changes by @dureuill in https://github.com/meilisearch/meilisearch/pull/6140
- Fix "test with almost all features" by @dureuill in https://github.com/meilisearch/meilisearch/pull/6139 and https://github.com/meilisearch/meilisearch/pull/6148
- Allow any IP for SDK tests by @Strift in https://github.com/meilisearch/meilisearch/pull/6151
- Improve output of the declarative tests, also in https://github.com/meilisearch/meilisearch/pull/6164
❤️ Thanks to @zen-zap for contributing to this release!
download
curl -fL -o v1.36.0.zip https://ratatoskr.space/pkg/meilisearch/v1.36.0.zip
printf '%s %s\n' '9dcfd002c6fa2e3539cfdea1013a3c9a093dbf30f3cbb7854e3591e86914d63f' 'v1.36.0.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.36.0.zip"
$out = "v1.36.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9dcfd002c6fa2e3539cfdea1013a3c9a093dbf30f3cbb7854e3591e86914d63f") { throw "sha256 mismatch" }
curl -fL -o v1.36.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.36.0.tar.gz
printf '%s %s\n' '606d0f80afec89c36b5653a85a1c8022816a0d14285dbd8c38af443f4c428287' 'v1.36.0.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.36.0.tar.gz"
$out = "v1.36.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "606d0f80afec89c36b5653a85a1c8022816a0d14285dbd8c38af443f4c428287") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1.36.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.zip
printf '%s %s\n' '9dcfd002c6fa2e3539cfdea1013a3c9a093dbf30f3cbb7854e3591e86914d63f' 'v1.36.0.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.zip"
$out = "v1.36.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9dcfd002c6fa2e3539cfdea1013a3c9a093dbf30f3cbb7854e3591e86914d63f") { throw "sha256 mismatch" }
curl -fL -o v1.36.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.tar.gz
printf '%s %s\n' '606d0f80afec89c36b5653a85a1c8022816a0d14285dbd8c38af443f4c428287' 'v1.36.0.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.tar.gz"
$out = "v1.36.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "606d0f80afec89c36b5653a85a1c8022816a0d14285dbd8c38af443f4c428287") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.36.0.zip | zip | 20.2 MiB |
blake3-24 87d613397f9a90d3374942b440693d7317a365bd07c94174
sha256 9dcfd002c6fa2e3539cfdea1013a3c9a093dbf30f3cbb7854e3591e86914d63f
sha1 7be9facd1e86a7f4a2eb626ce2503e34d9d9c7f8
|
| v1.36.0.tar.gz | tar.gz | 19.2 MiB |
blake3-24 b924e741f4ef3a4ffd07b0f85ff97da8222024e4e649d733
sha256 606d0f80afec89c36b5653a85a1c8022816a0d14285dbd8c38af443f4c428287
sha1 1ec3cb9f0dc69a9a44cc8eeea5e02063deac8959
|
install
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.36.0.tar.gz"],
integrity = "sha256-YG0PgK/sicNrVlOoWhyAIoFqDRQoXb2MOK9EP0xCgoc=",
strip_prefix = "meilisearch-v1.36.0",
)
.url = "https://ratatoskr.space/pkg/meilisearch/v1.36.0.tar.gz",
install via yggdrasil mesh
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.tar.gz"],
integrity = "sha256-YG0PgK/sicNrVlOoWhyAIoFqDRQoXb2MOK9EP0xCgoc=",
strip_prefix = "meilisearch-v1.36.0",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.36.0.tar.gz",