Arnaud Gourlay

Results 234 comments of Arnaud Gourlay

Regarding `indexing_threshold` it is important to note that it expresses the size of the vectors in KB and not simply a count. Thanks for sharing the logs, the requests duration...

@junwang-wish What is the status of your deployment? You should try our latest release, we have ship several bug fixes regarding dead locks.

Thanks for your proposal! I am not sure about the blast radius of changing the default branch on Github so i can at least share some of the places that...

@MasoudKaviani any new information while running on newer versions?

@maximumstock Thank you very much for looking into this issue :+1: I have added a few comments.

@maximumstock I forgot about this private repository, sorry for the inconvenience. I have generated the Python client based on this PR for sanity check. https://github.com/qdrant/qdrant-client/pull/165 There seems to be something...

@maximumstock sadly I don't think you can contribute further unless we open source our `pydantic_openapi_v3` project. I am assuming the code generation needs to be modified to account for the...

BTW I created the following issue a while back to improve our pooling story using the balancing infra from Tower https://github.com/qdrant/qdrant/issues/589 It seems you may be able to close this...

Regarding the failing test, it seems the restarted node is unable to rejoin the cluster for *some* reason. ``` [peer_0_restarted.log][peer_0_restarted.log][2023-04-05T18:03:44.863Z WARN qdrant::consensus] Failed to recover from peer with id 18128838113372506409...

For inspiration I would recommend having a look at what the awesome folks at Quickwit did for their release pipeline. It seems very similar to what I described previously. e.g...