Andrey Vasnetsov

Results 97 issues of Andrey Vasnetsov

Done: - Switch to bitset - Fix should integrstion test ToDo: - Check values_count in `nested_field_condition_index` - More tests: index retrieve vs checks , text index, ???

**Is your feature request related to a problem? Please describe.** Continuation of https://github.com/qdrant/qdrant/issues/1812 One thing we still didn't try is to disable `lto=fat` on CI builds of docker. It supposedly...

💎 Bounty

If you like what we are doing at Qdrant, know an interesting application of the technology and want to tell people about it, let's make a video! It could be...

💎 Bounty

The path was wrong. ToDo: tests to prevent this from happening again

It might be possible, that if service is killend in a specific moment, segment might loose it's configuration for payload indexes. ## Current Behavior There are 2 conditions: - WAL...

bug

**Is your feature request related to a problem? Please describe.** Case 1: Allow to update multiple payloads of different vectors in one request. Case 2: Allow to overwrite single (but...

💎 Bounty

**Is your feature request related to a problem? Please describe.** Currently, we write tmp files for snapshots in the `/storage` directory. It is suboptimal for the following reasons: - `/storage`...

💎 Bounty

Qdrant in cluster deployment sometime refuses to answer search requests with `GoAway/ENHANCE_YOUR_CALM/Some resource has been exhausted` error. ## Current Behavior 500 error on the search request ## Steps to Reproduce...

bug

Fixes the potential problem of corrupted persistence of payload index. We want to always save configuration as the last step, cause configuration save is atomic and works as an indicator...

- Use regular payload checking function for nested case - Move index-aware checking into the plain payload checker