Clément Renault

Results 333 comments of Clément Renault

Hi, There is no issue asking questions here. You do not bother the team or me here 😃 About publishing milli on crates.io, this is something we plan to do....

There is news about this issue. We are seeing the light at the end of the tunnel as [I am currently rewriting a big part of heed](https://github.com/meilisearch/heed/pull/128) to make it...

We will probably not work on that until v1.0 is out. We are [working on making heed work with the latest version of LMDB](https://github.com/meilisearch/heed/pull/128) and [exposing the new encryption as...

I would like to add a little comment about adding the `indexUid` in the responses of each index: it is useless for when it is used in disjunctive facet operations...

Hey @JaySunSyn 👋 We highly improved the search speed and latency in [the latest meilisearch v1.2.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.2.0). Could you take a look at it? Have a nice day 🌻

Hey @qdequele 👋 I know that you are the original poster of this issue. Could you try again [with v1.2.0 or even the latest version](https://github.com/meilisearch/meilisearch/releases)? We highly improved the latency...

Hey @qdequele, long time no see 👋 I tested with [the latest v1.3.2](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.2), and the issue is no longer visible. I used [the settings and dataset available on our notion](https://www.notion.so/meilisearch/Crunchbase-Organizations-61492b8ca7a5497ba21e40af35399e52)....

> Thanks! I must emphasize that the rate-limiter does not behave as I expected it to, though... as described in the ["Notes on the implementation" in the description above](https://github.com/meilisearch/meilisearch/pull/3283#issue-1513573672) Yup,...

Now that [we added soft deletion into milli](https://github.com/meilisearch/milli/pull/557), this `ExternalDocumentsIds` struct is even useless. I would like to remove it and just replace it with a single `fst::Map`. It would...

@yenwel I would like to replace it with a single map, please.