vault / meilisearch / v1.45.2
meilisearch @ v1.45.2
integrity
- size
- 20.3 MiB
- downloaded
- last checked
release notes
🪲 Bug Fixes
- Fix internal vector stores quantization config desync by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6411 We noticed issues when dumpless upgrading databases containing embedders from versions older than v1.33.1. This version fixes those databases by removing the corrupted embeddings from the impacted indexes.
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.45.1...v1.45.2
download
unix · zip
curl -fL -o v1.45.2.zip https://ratatoskr.space/pkg/meilisearch/v1.45.2.zip
printf '%s %s\n' '9059f43df9d3dd66bd1e01c576173ad65b2da60ebc125a02690221a7f2e8d9e2' 'v1.45.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.45.2.zip"
$out = "v1.45.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9059f43df9d3dd66bd1e01c576173ad65b2da60ebc125a02690221a7f2e8d9e2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.45.2.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.45.2.tar.gz
printf '%s %s\n' '22ccfad6c7554edcfdd17273fd53f7c5dd7b36aefc4df3699cd1c78682744c64' 'v1.45.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.45.2.tar.gz"
$out = "v1.45.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "22ccfad6c7554edcfdd17273fd53f7c5dd7b36aefc4df3699cd1c78682744c64") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.45.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.zip
printf '%s %s\n' '9059f43df9d3dd66bd1e01c576173ad65b2da60ebc125a02690221a7f2e8d9e2' 'v1.45.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.zip"
$out = "v1.45.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9059f43df9d3dd66bd1e01c576173ad65b2da60ebc125a02690221a7f2e8d9e2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.45.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.tar.gz
printf '%s %s\n' '22ccfad6c7554edcfdd17273fd53f7c5dd7b36aefc4df3699cd1c78682744c64' 'v1.45.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.tar.gz"
$out = "v1.45.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "22ccfad6c7554edcfdd17273fd53f7c5dd7b36aefc4df3699cd1c78682744c64") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.45.2.zip | zip | 20.3 MiB |
blake3-24 e21e87e689d1535c393288bfae86d56e879c7792bbe11557
sha256 9059f43df9d3dd66bd1e01c576173ad65b2da60ebc125a02690221a7f2e8d9e2
sha1 5e709ebde7dee610dd9f130aa49a9d4e84cd4e07
|
| v1.45.2.tar.gz | tar.gz | 19.3 MiB |
blake3-24 0096326d1a6f810086253cb9172dffe17536d90008f8daf0
sha256 22ccfad6c7554edcfdd17273fd53f7c5dd7b36aefc4df3699cd1c78682744c64
sha1 5366d3c03f4a3084e233fd8ae98b9b89cf7fe888
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.45.2.tar.gz"],
integrity = "sha256-Isz61sdVTtz90XJz/VP3xd17Nq78TfNpnNHHhoJ0TGQ=",
strip_prefix = "meilisearch-v1.45.2",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.45.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.tar.gz"],
integrity = "sha256-Isz61sdVTtz90XJz/VP3xd17Nq78TfNpnNHHhoJ0TGQ=",
strip_prefix = "meilisearch-v1.45.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.45.2.tar.gz",