Louis Dureuil
Louis Dureuil
Let's break down what happens in all the cases you're mentioning. When trying to understand relevancy, it can help to enable `showRankingScoreDetails` which will give some information on which rules...
Would be great to devise benchmark workloads to measure the impact on performance of this change
Looking at the latest bench invocation, looks like there are some regressions compared with the run on the previous commit. - settings-add-embeddings-hf - [main](https://bench.meilisearch.dev/view_spans?commit_sha1=516268addf68913927e87c999e51fab3ec444643&workload_name=settings-add-embeddings-hf&target_branch=reduce-transform-disk-usage&baseline_branch=main): negligible change - [previous commit](https://bench.meilisearch.dev/view_spans?commit_sha1=516268addf68913927e87c999e51fab3ec444643&workload_name=settings-add-embeddings-hf&target_branch=reduce-transform-disk-usage&baseline_branch=reduce-transform-disk-usage) negligible...
I'm loving the results I'm seeing ❤️
Hello, sorry for not coming back to you earlier, the week has been very packed. I saw your suggestions, and we need to discuss them. I don't have the time...
My take on thread-safety from an API perspective 1. I don't think relaxing `Sync` is very interesting, and it might force otherwise avoidable breakage in the future if we ever...
Implemented as a draft PR (#19), but I get a weird issue when trying to get the type from a function returning an `impl Scope`: the `Send` bound on `Scope::Future`...
Thank you, take your time[^1], I find the soundness proofs to be actually complicated [^1]: (I myself have been somewhat slowed down by the early access release of a certain...
OK got it to work with: ```diff diff --git a/README.md b/README.md index 0c5a543..8213420 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ impl for MyParsedDataFamily { // 2. Define a...
[TIL](https://discord.com/channels/273534239310479360/1120175689124036669/1238508207349956679) ```diff diff --git a/README.md b/README.md index 0c5a543..f01e4be 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ impl for MyParsedDataFamily { // 2. Define a function that setups the data...