You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replication support - Now Qdrant can provide a high availability setup with distributed deployment out of the box. Replications in combination with sharding allow horizontally scaling of both - the collection's size and the cluster's throughput. While at the same time eliminating a single point of failure problem. Read more in the docs 📖
API for disabling write operations #1119 - New administration API allows disabling write operations to the service. Useful in situations where search availability is more critical than updates. It will enable blocking updates if, e.g., the memory usage watermark is reached. Docs 📖
exact search parameter #1150 - New exact search parameter allows to force exact search of the vectors, even if ANN index is built. Useful for validating accuracy of the current HNSW configuration.
This release is backward compatible with v0.10.5 storage in single node deployment.
Distributed deployment is, unfortunately, incompatible with previous versions due to the large amount of changes, required for replica set implementation.
Clients are tested for backward compatibility with v0.10.x service
Further work 🧑🚀
This release finalizes the feature-set of the first road-map of Qdrant. Further updates before v1.0 will be focused on maintainability and stability of the service. The next road-map will be published soon!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changelog
Features 🍰
exact
search parameter allows to force exact search of the vectors, even if ANN index is built. Useful for validating accuracy of the current HNSW configuration.Improvements 🌱
/cluster
status API. Prevents flood of error messages in case of other node failure in clusterBug fixes 👿
Compatibility 👯
v0.10.5
storage in single node deployment.v0.10.x
serviceFurther work 🧑🚀
This release finalizes the feature-set of the first road-map of Qdrant. Further updates before
v1.0
will be focused on maintainability and stability of the service. The next road-map will be published soon!Thanks to @IvanPleshkov, @agourlay, and @e-ivkov for contributing into this release
This discussion was created from the release v0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions