yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meilisearch/v1.24.0
vault / meilisearch / v1.24.0

meilisearch @ v1.24.0

integrity

size
19.9 MiB
downloaded
last checked
source https://github.com/meilisearch/meilisearch · available · github

release notes

This release features some improvements with the interaction of the vector store and the searchCutoffMs when using the "vectorStore": "experimental" index setting. It also introduces the metadata header Meili-Include-Metadata on the search request that adds a metadata field to the response. These metadatas contains one uid by query and a reminder of the indexUid and its primary key. We also introduced minor bug fixes around the compaction to improve the interaction with task cancellation.

✨ Enhancement

🔩 Miscellaneous

👥 New Contributors

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.23.0...v1.24.0

download

unix · zip
curl -fL -o v1.24.0.zip https://ratatoskr.space/pkg/meilisearch/v1.24.0.zip
                    printf '%s  %s\n' 'b0b343dc52154d6767b7245eafb3b9ac6e56b55542f2378921a7c7454768e00a' 'v1.24.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.24.0.zip"
$out = "v1.24.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0b343dc52154d6767b7245eafb3b9ac6e56b55542f2378921a7c7454768e00a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.24.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.24.0.tar.gz
                    printf '%s  %s\n' 'f91582922008d3afc7be48571470c805f4b8b397349ad32f7c3da43893188845' 'v1.24.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.24.0.tar.gz"
$out = "v1.24.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f91582922008d3afc7be48571470c805f4b8b397349ad32f7c3da43893188845") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.24.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.zip
                    printf '%s  %s\n' 'b0b343dc52154d6767b7245eafb3b9ac6e56b55542f2378921a7c7454768e00a' 'v1.24.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.zip"
$out = "v1.24.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0b343dc52154d6767b7245eafb3b9ac6e56b55542f2378921a7c7454768e00a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.24.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.tar.gz
                    printf '%s  %s\n' 'f91582922008d3afc7be48571470c805f4b8b397349ad32f7c3da43893188845' 'v1.24.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.tar.gz"
$out = "v1.24.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f91582922008d3afc7be48571470c805f4b8b397349ad32f7c3da43893188845") { throw "sha256 mismatch" }
artifact format size hashes
v1.24.0.zip zip 19.9 MiB
blake3-24 7fce284396a6591abba22f5d19463f807ab65815f4cfbead
sha256 b0b343dc52154d6767b7245eafb3b9ac6e56b55542f2378921a7c7454768e00a
sha1 3dce262384399da4f95407772261d5d09583b3bd
v1.24.0.tar.gz tar.gz 19.0 MiB
blake3-24 04b50d9f806b5597d5f0216e09827213e28c17714d60af27
sha256 f91582922008d3afc7be48571470c805f4b8b397349ad32f7c3da43893188845
sha1 daf6938191958bb4c3f97abe77a18a0ae7d1b5f5

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.24.0.tar.gz"],
    integrity = "sha256-+RWCkiAI06/HvkhXFHDIBfS4s5c0mtMvfD2kOJMYiEU=",
    strip_prefix = "meilisearch-v1.24.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.24.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.tar.gz"],
    integrity = "sha256-+RWCkiAI06/HvkhXFHDIBfS4s5c0mtMvfD2kOJMYiEU=",
    strip_prefix = "meilisearch-v1.24.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.24.0.tar.gz",
← v1.25.0v1.23.0 →