Clément Renault
Clément Renault
Thank you very much for your investigation @mou, We have been aware of the issue for a long time and would like to take the time to fix that. Unfortunately,...
The `keepalive socket` parameter is a feature that allows the OS to automatically send "pings" in the socket to keep the socket open. You can have more information on this...
Hum, you are right, it seems like a bug, when specifying the range `from` value the client must see every events starting from the left bound and all the new...
I confirm that the access token (`Token::Access`) works but neither the `Token::Bearer` variant nor [the token output from the `auth::bearer_token`](https://docs.rs/egg-mode/0.16.0/egg_mode/auth/index.html#example-bearer-token) that is derived from a `KeyPair`. In short, it seems...
@yenwel I would like to replace it with a single map, please.
I am not sure about the reason why the multi-env test is broken and returns an _os error 22: invalid argument_ when calling the `clear` method. https://github.com/meilisearch/heed/blob/98680acbc0846ea76780eee221190739482f52af/heed/examples/multi-env.rs#L33-L35 EDIT: Fixed in...
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 have tested small machines to see how memory mapping would behave when a small amount of memory is available to the OS. In the following test, I run the...
Indeed, @lucas-cauhe is right. Every crate in the meilisearch git repository is importing the `meilisearch-types` crate which is itself importing milli. No other `milli` dependency is made in any other...
Indeed, we want to do a bunch of optimization on the way we store our documents internally to consume less space, and we will evaluate the amount of work required...