Clément Renault

Results 310 comments of Clément Renault
trafficstars

@jonsecchis, this is so pleasant to receive this kind of answer. You really don't know the time I spend on making heed a better library every day. It will keep...

> Yes, I came to the same conclusion after trying the `mdbx` feature. It didn't even compile, got a couple of: `the name [x] is defined multiple times` and a...

Hey! Thank you, that is a great PR 🎉 > [About the _serde_impl.rs_ file] Unfortunately, I think we need to keep the functionality offered by that file. Indeed, I wanted...

Hey @arthurprs, Thank you very much for trying out this work-in-progress branch! I indeed had the same kind of issues and it looked like it was related to the fact...

Hey @arthurprs, Thank you again for testing this new branch, and for finding this potential issue. Unfortunately, I wasn't able to trigger the same issue when using `mdb_stat` on a...

The current version of the search engine now highlights the whole words and derivate words in the documents. However we must always improve the higlighter to only highlight the word...

This issue is no more relevant and is more an everyday work that is [done in Charabia](https://github.com/meilisearch/charabia) than in milli.

Now that all the benchmarks are done, here is the diff: ``` ./benchmarks/scripts/compare.sh search_songs_perf-diff-bench-1_e10c26e7.json search_songs_perf-diff-bench-2_e10c26e7.json search_songs_perf-diff-bench-3_e10c26e7.json search_songs_perf-diff-bench-4_e10c26e7.json group search_songs_perf-diff-bench-1_e10c26e7 search_songs_perf-diff-bench-2_e10c26e7 search_songs_perf-diff-bench-3_e10c26e7 search_songs_perf-diff-bench-4_e10c26e7 ----- --------------------------------------- --------------------------------------- --------------------------------------- --------------------------------------- smol-songs.csv: asc +...

I would like to remove it from the codebase as described in https://github.com/meilisearch/milli/issues/76.

Not sure this covers the whole story, I explained in the linked message that splitting documents (even if they are not too big) will improve the relevancy of the engine....