Change8

v1.14.0

📦 qdrantView on GitHub →
3 features🐛 4 fixes

Summary

This release introduces server-side score boosting and the new `sum_scores` recommendation strategy. Improvements focus on incremental HNSW building and better disk cache eviction, alongside several stability fixes for shard recovery and data consistency.

✨ New Features

  • Allow server-side score boosting with user-defined formula. See [[Docs](https://qdrant.tech/documentation/concepts/hybrid-queries/#score-boosting)]
  • New `sum_scores` recommendation strategy, useful for implementing relevance feedback. See [[Docs](https://qdrant.tech/documentation/concepts/explore/#sum-scores-strategy)]
  • Full query auto-completion in Web-UI.

🐛 Bug Fixes

  • Ensure no segments are modified between scroll and retrieve operations during scroll lock.
  • Prevent crash on failed shard recovery; Qdrant now loads a dummy shard that can be recovered via API.
  • Fix delayed flush wrapper: payload indexes might temporarily lose unflushed updates after a flush operation starts but before it finishes.
  • Abort resharding if any Resharding replica is marked dead.