Go to homeMeilisearch's logo

Meilisearch latest news and company updates

Patching LMDB: how we made Meilisearch’s vector store 3× faster

Patching LMDB: how we made Meilisearch’s vector store 3× faster

We patched LMDB to support nested read transactions on uncommitted writes - eliminating full database scans and making Meilisearch's vector store 3× faster

Clément Renault
Clément Renault18 Mar 2026
Why traditional hybrid search falls short (and how we fixed it)

Why traditional hybrid search falls short (and how we fixed it)

Meilisearch's innovative scoring system revolutionizes hybrid search by properly combining full-text and semantic search, delivering more relevant results than traditional rank fusion methods.

Louis Dureuil
Louis Dureuil19 Jun 2025
Introducing Meilisearch's next-generation indexer: 4x faster updates, 30% less storage

Introducing Meilisearch's next-generation indexer: 4x faster updates, 30% less storage

Indexer edition 2024 revolutionizes search performance with parallel processing, optimized RAM usage, and enhanced observability. See what's new in our latest release.

Louis Dureuil
Louis Dureuil26 Feb 2025
Meilisearch indexes embeddings 7x faster with binary quantization

Meilisearch indexes embeddings 7x faster with binary quantization

By implementing binary quantization with the vector store Arroy, significant reductions in disk space usage and indexing time for large embeddings have been achieved while maintaining search relevance and efficiency.

Tamo
Tamo29 Nov 2024
Meilisearch is too slow

Meilisearch is too slow

In this blog post, we explore the enhancements needed for Meilisearch's document indexer. We'll discuss the current indexing engine, its drawbacks, and new techniques to optimize performance.

Clément Renault
Clément Renault20 Aug 2024
How Meilisearch updates a database with millions of vector embeddings in under a minute

How Meilisearch updates a database with millions of vector embeddings in under a minute

How we implemented incremental indexing in our vector store.

Tamo
Tamo04 Apr 2024
Meilisearch expands search power with Arroy's Filtered Disk ANN

Meilisearch expands search power with Arroy's Filtered Disk ANN

How we implemented Meilisearch filtering capabilities with Arroy's Filtered Disk ANN

Clément Renault
Clément Renault27 Dec 2023
Multithreading and Memory-Mapping: Refining ANN performance with Arroy

Multithreading and Memory-Mapping: Refining ANN performance with Arroy

Overcoming the challenges to enhance ANN performance with Rust.

Clément Renault
Clément Renault21 Dec 2023
Spotify-Inspired: Elevating Meilisearch with Hybrid Search and Rust

Spotify-Inspired: Elevating Meilisearch with Hybrid Search and Rust

How we created Arroy, a Rust library building upon the foundations of Spotify's Annoy.

Clément Renault
Clément Renault14 Dec 2023
From ranking to scoring

From ranking to scoring

Our journey to add relevancy scores to search results in Meilisearch.