vault / meilisearch / v1.38.0
meilisearch @ v1.38.0
integrity
- size
- 20.2 MiB
- downloaded
- last checked
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
- Embeddings: Use the latest version of hannoy with improved performances by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6184 We drastically reduced embedding indexing time by eliminating full database scans. It is more efficient to add a couple of embeddings to a large database now.
- Tasks: Optimize and fix task deletion by @Mubelotix and @kerollmops in https://github.com/meilisearch/meilisearch/pull/5828
🪲 Bug fixes
- Embedders: Fix the intermittent
connection reset by peererrors when embedding documents or search queries using a remote embedder. By @dureuill in https://github.com/meilisearch/meilisearch/pull/6191
🔩 Miscellaneous
- Enforce that routes appear in the reference documentation by @dureuill and @manythefish in https://github.com/meilisearch/meilisearch/pull/6200
The reference API is now generated from the source code, but it used to miss some actix-declared routes. It is now mandatory to attach a route when using the newly-provided
routes::routesandroutes::pathmacros, which ensures the route is added to the reference. Please refer to the documentation of the individual macros and the many examples throughout the codebase for more details. - Chore: remove verbose debug log on list documents by @StephaneRob in https://github.com/meilisearch/meilisearch/pull/6198
- Add guide to CONTRIBUTING.md to test doc locally by @curquiza in https://github.com/meilisearch/meilisearch/pull/6180
- Docs: capitalize LangChain and MCP in README by @24f1000637 in https://github.com/meilisearch/meilisearch/pull/6183
- Docs: improve documentation of the parameters of the search route by @curquiza in https://github.com/meilisearch/meilisearch/pull/6194
New Contributors
- @StephaneRob made their first contribution in https://github.com/meilisearch/meilisearch/pull/6198
- @24f1000637 made their first contribution in https://github.com/meilisearch/meilisearch/pull/6183
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",