v1.13.0
📦 qdrantView on GitHub →
✨ 4 features🐛 2 fixes
Summary
This release introduces significant performance improvements, including GPU support for HNSW indexing and switching to mmap storage for payloads and sparse vectors. New features include runtime resharding and a strict mode for collection operations.
✨ New Features
- Add GPU support for HNSW super fast indexing.
- Add resharding in cloud offering, change the number of shards at runtime.
- Add strict mode to restrict certain type of operations on collections.
- Add Has Vector filtering condition, check if a named vector is present on a point.
🐛 Bug Fixes
- Fix incorrect validation rules on deleted threshold in gRPC API.
- Don't allow conflicting names for dense and sparse vectors.