Clément Renault

Results 310 comments of Clément Renault
trafficstars

I read it, nice job 🎉

I was trying to take this small one _Remove a now useless callback in the transform_, but [it looks like you use it now](https://github.com/meilisearch/milli/blob/6b0737384bbff9f0e762f34f7e9976ffd5cd944d/milli/src/update/index_documents/transform.rs#L416), am I right?

Hey @shekhirin, After some thought about this problem of complexity, I am not quite sure about how it could work, [as you can see](https://github.com/meilisearch/milli/blob/df38794c7d19e9f5e4042ce8bfdbda8375de96c1/milli/src/search/facet/facet_string.rs#L1-L126) the algorithm is quite complex and,...

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...

@myfreeweb, thank you for this report, Would it be possible that you try [doing the same with rkv](https://github.com/mozilla/rkv) for example? This way I can be aware of if it is...

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...

Hey @phdavis1027, Sorry for the late answer! I looked at the codebase and listed the keys that are real settings (at the end of my message). What I see by...

Hey @hermeGarcia, I would like to know if you can reproduce this bug consistently and if so, would you please share the code? It looks like it is an internal...

Hey! Thank you very much, but would it be possible also to specify the main function that does what you describe? Also, which version of heed are you using?