Change8

v1.13.2

📦 qdrantView on GitHub →
1 features🐛 2 fixes

Summary

This release introduces GPU support fallback for devices lacking half-float capabilities and resolves critical bugs related to blob storage panics and optimizer point reuse.

✨ New Features

  • Add support for GPUs not featuring half floats, falling back to full floats

🐛 Bug Fixes

  • Fix blob store for payloads and sparse vectors potentially panicking when inserting large value
  • Fix optimizers reusing points with no version, improving data resilience