October 2022 Summaries
2 posts from Qdrant
Filter
Month:
Year:
Post Summaries
Back to Blog
Qdrant v0.11 introduces significant updates, including replication support for enhanced high availability and distributed deployment, which allows for horizontal scaling of collections and cluster throughput, ensuring performance and reliability with large data volumes. The release also features a new administration API enabling the disabling of write operations to prioritize search availability and mitigate memory usage issues. Additionally, an exact search parameter has been added to enforce precise vector searches, aiding in HNSW configuration validation, and the info API now reports indexed payload points for verification. While the update maintains backward compatibility with v0.10.5 storage on single-node deployments, it is not compatible with previous versions in distributed setups due to necessary changes for the replica set implementation, although client compatibility with the v0.10.x service is retained.
Oct 26, 2022
261 words in the original blog post.
Qdrant 0.10 offers a significant improvement in vector storage and management by enabling multiple vectors per object to be stored within a single collection, thus optimizing semantic search capabilities. This update removes the need for separate collections for each vector type, facilitating more efficient search processes and enhancing accuracy and performance. Users can configure vector parameters such as size and distance functions for each vector type, allowing for tailored search results and improved user experience. The integration of Qdrant with pretrained models and datasets, such as MS_COCO_2017_URL_TEXT, demonstrates the practical application of this feature, allowing for the processing of data into embeddings that can be used for fast vector search. The update underscores the importance of neural encoding methods in the search process, providing flexibility and efficiency in managing diverse data descriptions.
Oct 05, 2022
1,447 words in the original blog post.