vault / meilisearch / v1.21.0
meilisearch @ v1.21.0
integrity
- size
- 19.8 MiB
- downloaded
- last checked
release notes
🚀 Enhancements
- Introduce a new vector store backend for better performance, especially if using the binary quantization
- Enable the new
vectorStoreSettingexperimental feature - Then change the
vectorSettingindex setting to"experimental"for the indexes where you want to try the new vector store
- Done in #5767 by @Kerollmops
- Enable the new
- Add Persian support (update charabia to v0.9.7) (#5848) @ManyTheFish
🐛 Bug Fixes
- Observing the progress trace during indexing no longer removes parts of the trace (#5884) @irevoire
- Fix dumpless upgrade
decoding errorwhen upgrading with arestembedder (#5886) @dureuill.- In case you had encountered the issue, use the dumpless upgrade to v1.21 to fix it.
❤️ Huge thanks to our contributors: @ja7ad, @agourlay, @Kerollmops, @ManyTheFish, @dureuill and @irevoire.
download
unix · zip
curl -fL -o v1.21.0.zip https://ratatoskr.space/pkg/meilisearch/v1.21.0.zip
printf '%s %s\n' 'b1eb7e95e8e260723949593828aab774a727ee8d03f8f77e74c2231edd91dfa7' 'v1.21.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.21.0.zip"
$out = "v1.21.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1eb7e95e8e260723949593828aab774a727ee8d03f8f77e74c2231edd91dfa7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.21.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.21.0.tar.gz
printf '%s %s\n' '63b08b26956391054efd04532298f5ab1424a086e572ef64cb1d841a4b238289' 'v1.21.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.21.0.tar.gz"
$out = "v1.21.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63b08b26956391054efd04532298f5ab1424a086e572ef64cb1d841a4b238289") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.21.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.zip
printf '%s %s\n' 'b1eb7e95e8e260723949593828aab774a727ee8d03f8f77e74c2231edd91dfa7' 'v1.21.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.zip"
$out = "v1.21.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1eb7e95e8e260723949593828aab774a727ee8d03f8f77e74c2231edd91dfa7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.21.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.tar.gz
printf '%s %s\n' '63b08b26956391054efd04532298f5ab1424a086e572ef64cb1d841a4b238289' 'v1.21.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.tar.gz"
$out = "v1.21.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63b08b26956391054efd04532298f5ab1424a086e572ef64cb1d841a4b238289") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.21.0.zip | zip | 19.7 MiB |
blake3-24 7ebfea49784bc9d703e0e99d51feae2d561bdfa0a7eba568
sha256 b1eb7e95e8e260723949593828aab774a727ee8d03f8f77e74c2231edd91dfa7
sha1 5ad50de52999ec718b9a623f5c5b29960ade9a93
|
| v1.21.0.tar.gz | tar.gz | 18.9 MiB |
blake3-24 ca80bc0ab6a4fc17625e631d232d07e85b662f995d297679
sha256 63b08b26956391054efd04532298f5ab1424a086e572ef64cb1d841a4b238289
sha1 22d192f654422d139c18e76bf1b74ea492898841
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.21.0.tar.gz"],
integrity = "sha256-Y7CLJpVjkQVO/QRTIpj1qxQkoIblcu9kyx2EGksjgok=",
strip_prefix = "meilisearch-v1.21.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.21.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.tar.gz"],
integrity = "sha256-Y7CLJpVjkQVO/QRTIpj1qxQkoIblcu9kyx2EGksjgok=",
strip_prefix = "meilisearch-v1.21.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.21.0.tar.gz",