Rolf Timmermans
Rolf Timmermans
I would suggest using a tool like `tcpdump` to inspect your network traffic. It's impossible to say what is causing this without more information. Is the pod of the "producer"...
Hi! All existing images should be compressed if you clear the image cache. The compression will happen once the images are accessed via your website frontend. A batch compression feature...
I'm not sure about this. Shouldn't it be a compile time flag? Very few API users will create a `Client` directly. In any case omitting `ServerCertificateCustomValidationCallback` does not mean that...
Hi @Lespoir, I'm curious about the problem you report because I opened #135 which is the initial implementation of the revised scoring algorithm in MiniSearch. I'd like to do some...
Thanks @Lespoir. So, just to be clear, this is your production data? Is it the entire dataset? ``` {"id": "1", "food_name": "Buttery Noodles",}, {"id": "2", "food_name": "Butter",}, {"id": "3", "food_name":...
Could you tell me more about how this extraction works? Is it possible to provide the entire dataset?
Hi @Lespoir, thanks. I understand the basic idea, but if you are unable to provide the complete dataset, could you please provide a detailed technical & functional description of how...
Thank you @Lespoir. Can you elaborate on which functionality MiniSearch provides in your situation? Would you only use it for its ability to rank the search results? Do the results...
Unfortunately @lucaong is right, you need access to all documents in order to correctly rank documents. The reason is that term frequency is an extremely important signal to determine relevance...
The beta is out! I'll go through some older issues to see if they are fixed by the beta and encourage people to try it out. I'll also be monitoring...