vault / meilisearch / v1.27.0
meilisearch @ v1.27.0
integrity
- size
- 19.9 MiB
- downloaded
- last checked
release notes
This release improves the batch size for better performance. It also fixes bugs with the embedders that could skip some documents during generation and resolves an issue with the document route that displayed the same documents on multiple pages. It improves the quality of error messages when uploading snapshots to S3, which helps with debugging.
⚙️ Compatibility support
- Update macOS platform version in the CI by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6001
Meilisearch MacOS binaries now generated with MacOS Sonoma (
macos-14)
✨ Enhancement
- Show errors in the task queue to improve debugging of S3 snapshot uploads by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5994
- Batched tasks total size now defaults to half of the max indexing memory to improve task ingestion by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/5990 & https://github.com/meilisearch/meilisearch/pull/6005
🪲 Bug fixes
- Fix issue that could cause Meilisearch to skip some documents when performing embedding operations by @dureuill in https://github.com/meilisearch/meilisearch/pull/5995
- Every
available_parallelismth document in a batch was ignored for the purpose of embedding when using a Hugging Face embedder https://github.com/meilisearch/meilisearch/issues/5976 - Every 40th document in a batch was ignored for the purpose of embedding when using a REST embedder with only one embedding per request
- To verify if documents in your database have been affected:
- enable the
multimodalexp. feature - search or fetch with filter:
NOT _vectors EXISTSto find documents without vectors.
- enable the
- Every
- Fix
/documents/fetchbug that could cause duplicated search results when paginating sorted documents by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5999
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.26.0...v1.27.0
download
unix · zip
curl -fL -o v1.27.0.zip https://ratatoskr.space/pkg/meilisearch/v1.27.0.zip
printf '%s %s\n' '1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb' 'v1.27.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.zip"
$out = "v1.27.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.27.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz
printf '%s %s\n' '85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe' 'v1.27.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz"
$out = "v1.27.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.27.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.zip
printf '%s %s\n' '1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb' 'v1.27.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.zip"
$out = "v1.27.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.27.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz
printf '%s %s\n' '85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe' 'v1.27.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz"
$out = "v1.27.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.27.0.zip | zip | 19.9 MiB |
blake3-24 7578acda9a2a468e7731dc72b0d2b8af31a8d8a4089bb488
sha256 1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb
sha1 e99002f7b2f6b3df5dba2acb3da35d137fcba099
|
| v1.27.0.tar.gz | tar.gz | 19.0 MiB |
blake3-24 0bcd72a0d722b2eb8f8a4bb5eb291cef033666a24f019ffa
sha256 85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe
sha1 258f15f782a640ae8ccb0c6e0f7a44b91ec6a2cc
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz"],
integrity = "sha256-hWAaq7ScXLVuSzihuvH82g75sicDE63dc7/O5k2n/f4=",
strip_prefix = "meilisearch-v1.27.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz"],
integrity = "sha256-hWAaq7ScXLVuSzihuvH82g75sicDE63dc7/O5k2n/f4=",
strip_prefix = "meilisearch-v1.27.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz",