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.38.0
vault / meilisearch / v1.38.0

meilisearch @ v1.38.0

integrity

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

release notes

Meilisearch v1.38 drastically improves indexing performance for embeddings, cleans up the task queue of orphan tasks and batches, ensures they are correctly deleted now, fixes issues users may encounter with OpenAI or VoyageAI when generating embeddings, and improves the tooling for generating routes in the documentation.

✨ Enhancement

🪲 Bug fixes

🔩 Miscellaneous

New Contributors

download

unix · zip
curl -fL -o v1.38.0.zip https://ratatoskr.space/pkg/meilisearch/v1.38.0.zip
                    printf '%s  %s\n' '9ad915c2cd0cc5ea8b7e0b6af92317e40097ecc0291a819a04bc5e94dab2cd9a' 'v1.38.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.38.0.zip"
$out = "v1.38.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9ad915c2cd0cc5ea8b7e0b6af92317e40097ecc0291a819a04bc5e94dab2cd9a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.38.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.38.0.tar.gz
                    printf '%s  %s\n' '0551c4d519732fc39b122ee59cc48ee6004ff40d21b1658b99008d7f4db3ac5f' 'v1.38.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.38.0.tar.gz"
$out = "v1.38.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0551c4d519732fc39b122ee59cc48ee6004ff40d21b1658b99008d7f4db3ac5f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.38.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.zip
                    printf '%s  %s\n' '9ad915c2cd0cc5ea8b7e0b6af92317e40097ecc0291a819a04bc5e94dab2cd9a' 'v1.38.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.zip"
$out = "v1.38.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9ad915c2cd0cc5ea8b7e0b6af92317e40097ecc0291a819a04bc5e94dab2cd9a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.38.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.tar.gz
                    printf '%s  %s\n' '0551c4d519732fc39b122ee59cc48ee6004ff40d21b1658b99008d7f4db3ac5f' 'v1.38.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.tar.gz"
$out = "v1.38.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0551c4d519732fc39b122ee59cc48ee6004ff40d21b1658b99008d7f4db3ac5f") { throw "sha256 mismatch" }
artifact format size hashes
v1.38.0.zip zip 20.2 MiB
blake3-24 a83340d09e4eec918b68562ec79e5a85161fcbeaab710593
sha256 9ad915c2cd0cc5ea8b7e0b6af92317e40097ecc0291a819a04bc5e94dab2cd9a
sha1 3e67524ce222c67a095fcd4634e4086fe3b4d995
v1.38.0.tar.gz tar.gz 19.2 MiB
blake3-24 cf3a33cc3fe767292dd51f408047b15e434ea6318c3310e4
sha256 0551c4d519732fc39b122ee59cc48ee6004ff40d21b1658b99008d7f4db3ac5f
sha1 4a2f0f7959160ed22fb289f31644c2fe96e3a3e4

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.38.0.tar.gz"],
    integrity = "sha256-BVHE1RlzL8ObEi7lnMSO5gBP9A0hsWWLmQCNf02zrF8=",
    strip_prefix = "meilisearch-v1.38.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.38.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.tar.gz"],
    integrity = "sha256-BVHE1RlzL8ObEi7lnMSO5gBP9A0hsWWLmQCNf02zrF8=",
    strip_prefix = "meilisearch-v1.38.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.0.tar.gz",
← v1.38.1v1.37.0 →