Arnaud Gourlay
Arnaud Gourlay
**Is your feature request related to a problem? Please describe.** There is a mechanism to detect breaking changes at the storage level. See https://github.com/qdrant/qdrant/blob/master/tests/storage-compat/README.md **Describe the solution you'd like** I...
``` cargo update Updating crates.io index Updating git repository `https://github.com/qdrant/quantization.git` Updating git repository `https://github.com/qdrant/wal.git` Updating actix-codec v0.5.0 -> v0.5.1 Updating actix-http v3.3.0 -> v3.3.1 Updating actix-rt v2.7.0 -> v2.8.0 Updating...
**Is your feature request related to a problem? Please describe.** The effective configuration used at runtime is the result of a merging process between different configuration files: - default config...
The test `consensus_tests/test_triple_replication.py` is flaky on CI ## Current Behavior e.g https://github.com/qdrant/qdrant/actions/runs/5118939237/jobs/9203561933#step:10:41 ``` tests/consensus_tests/test_triple_replication.py:65: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...
This PR optimizes the sparse vector index build by using a builder that is cheap to update. It leverages the existing `PostingListBuilder` for convenience. It yields a significant gains for...
Flaky test observed several times on CI. ``` collection_name = 'test_collection_snapshot' def drop_snapshots(collection_name: str) -> None: """Delete all snapshots on the collection.""" response = request_with_validation( api='/collections/{collection_name}/snapshots', method="GET", path_params={'collection_name': collection_name}, )...
**Is your feature request related to a problem? Please describe.** There are currently two ways to update point's payload: - [set_payload](https://qdrant.tech/documentation/concepts/payload/#set-payload) to change only the value of a top level...
**Is your feature request related to a problem? Please describe.** As an operator I have no idea if shard transfers are making good progress and when they will be done....
Thank you very much for this tool, it has helped me and my team several times to find critical deadlocks :clap: The only missing part is having support for the...
A simple storage using RocksDB for multi vectors points.