Arnaud Gourlay

Results 234 comments of Arnaud Gourlay

Fixed in https://github.com/qdrant/qdrant/releases/tag/v1.6.0

FYI https://qdrant.tech/articles/geo-polygon-filter-gsoc/

@thomas-k-cameron Thank you for looking into this :+1: > I tried every single one of the bench mark target that I could find on lib/segment/Cargo.toml, but I always end up...

Great work! Any idea how the migration path would look like to switch the compression scheme on existing databases?

@thomas-k-cameron sorry this fell off my radar :) Ideally we do not want users to care about the underlying RocksDB implementation. I'd rather not expose configuration knobs specific to our...

Sharing here for transparency the result of an experiment done with [OpenTelemetry](https://opentelemetry.io/) to push traces to Jaeger. The resulting code can be found in this [commit](https://github.com/qdrant/qdrant/commit/e36fd9415c14c37fa1f88ae5b1ed81d71e27b11b). It uses the following...

tracking this on the wal side with https://github.com/qdrant/wal/issues/37

I am fine with closing this issue given the comment you found and that we have addressed what we could in our codebase :+1:

@ffuugoo Thanks for the info :+1: We do not run cargo audit as part of the CI process, it was a one off thing. Let's close this issue given the...

@Shylock-Hg Thanks I fixed it :)