v0.11.2
版本发布时间: 2022-11-09 22:23:03
qdrant/qdrant最新发布版本:v1.11.4(2024-09-18 00:53:26)
Change log
Bug fixes
- https://github.com/qdrant/qdrant/pull/1208 - fix error on collection replication factor and write consistency factor update
- https://github.com/qdrant/qdrant/pull/1198 - handle zero-length vectors with cosine distance - skip normalization and store vector as-is, in this case if will have 0 score with all other vectors
Improvements
- https://github.com/qdrant/qdrant/pull/1176 - Use less ram for id tracker, especially useful for collections with many small vectors
- https://github.com/qdrant/qdrant/pull/1184 - enable HTTP compression middleware
- https://github.com/qdrant/qdrant/pull/1200 - ensures read-after-write consistency in case of replica failure and if requests are going to the same peer.