Louis Dureuil

Results 261 comments of Louis Dureuil

Ran a reproducer attempt over the weekend, but it unfortunately did not reproduce. Next step would be, if the user is willing, to send a modified v1.9.0 version that can...

Was hopeful after #4857 that the issue could be related to a bug at search time, but it isn't the case: - importing a dump solves the issue, so it...

Hello @rpenido, it definitely looks like the same case as the OP. unfortunately without a sequence of events that causes the problem to appear from a fresh meilisearch, it is...

Vector indexing could theoretically benefit from technique 1, by diffing the "vectors before" instead of always replacing them. It would need to be benchmarked though, it is uncertain that it...

Hello :wave: > Documents Update Deduplication at about the same time is field id and internal document id assignation. Currently this process is done globally on a single thread, I...

Hello, thank you for the report :heart: We're migrating our blog backend right now. We'll be reinstating the RSS feed but it might take some time.

Hello it appears more people are affected https://github.com/meilisearch/meilisearch/issues/4274 If we're not able to update the guide, should we remove it and instead put a warning that Meilisearch has been unreliable...

Taking a step further, I'm not Howard, but my understanding is that correctly implementing memory mapping and file locking on network filesystems is also very hard, if possible. This is...

I wouldn't bother writing a guide at this point I'd document that Azure is unsupported, and say that there exists a workaround if you really need it, and point to...

Hallo, This looks like a 🦋 Embedders are normally specifically designed to either add vectors to all documents (except those that explicitly opt-out with the `"_vectors": { "embedder": null }...