Arnaud Gourlay
Arnaud Gourlay
Please be advised that it is not simply a matter of **using** the aforementioned GA. There are system dependencies required at build time that can be found in our [Docker...
fixed in https://github.com/qdrant/qdrant/releases/tag/v1.2.0
Proposing a workaround in https://github.com/qdrant/qdrant/pull/1595 @AdirthaBorgohain are you still running heavy search or inserts after decreasing `indexing_threshold`?
Thanks for the info, hopefully the fix will get you to a place where restarts are not needed :+1:
The fix has been shipped as part of [1.1.1](https://github.com/qdrant/qdrant/releases/tag/v1.1.1). Please give it a try.
Found the bug, PR coming soon.
Thanks for reaching out! Reading your snippet, I am not sure where the 10x slowdown is visible. The following snippet generates 100 search_batch containing each a single search query. Each...
Thanks for the analysis :+1: One thing I forgot to mention is that the success criteria here is to still be able to generate our Python [client](https://github.com/qdrant/qdrant-client). This client is...
Made it 42 lines :robot:
Thanks for pushing this to the end line! I am trying to assess potential issues with this change. What is the testing story like here in terms of non regression...