Ivan Pleshkov

Results 31 comments of Ivan Pleshkov

Also I changed flush interval to 5sec instead of 1sec

> sorry, my suggestion was not properly formatted 😬 fixed

> Are we also using `flush(false)` somewhere in the unit tests for sanity check? That's an untrivial task because we don't have any notification about finishing background flush. What do...

Done in https://github.com/qdrant/qdrant/pull/1211

Fixed in `v1.4.x`. Now it's possible to change hnsw params and trigger reindexing. Look at an example on bulk upload with example of changing parameters request https://qdrant.tech/documentation/tutorials/bulk-upload/

> LGTM. I like this generic approach for the scorer much better than what we had before. Thanks for talking me through the main bits in a call. > >...

fixed here https://github.com/qdrant/qdrant/pull/1894