Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
meilisearch-macos-apple-silicon | 2025-09-15 | 123.1 MB | |
meilisearch-macos-amd64 | 2025-09-15 | 126.3 MB | |
meilisearch-windows-amd64.exe | 2025-09-15 | 127.7 MB | |
meilisearch-linux-aarch64 | 2025-09-15 | 128.0 MB | |
meilisearch.deb | 2025-09-15 | 85.1 MB | |
meilisearch-linux-amd64 | 2025-09-15 | 131.4 MB | |
meilisearch-openapi.json | 2025-09-15 | 463.1 kB | |
README.md | 2025-09-15 | 868 Bytes | |
v1.21.0 source code.tar.gz | 2025-09-15 | 19.8 MB | |
v1.21.0 source code.zip | 2025-09-15 | 20.8 MB | |
Totals: 10 Items | 762.6 MB | 0 |
🚀 Enhancements
- Introduce a new vector store backend for better performance, especially if using the binary quantization
- Enable the new
vectorStoreSetting
experimental feature - Then change the
vectorSetting
index 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 error
when upgrading with arest
embedder (#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.