mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 06:28:30 +02:00
Merge pull request #97 from qdrant/release-0-11
Add Qdrant 0.11 release article (for SEO)
This commit is contained in:
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
title: Introducing Qdrant 0.11
|
||||||
|
short_description: Check out what's new in Qdrant 0.11
|
||||||
|
description: Replication support is the most important change introduced by Qdrant 0.11. Check out what else has been added!
|
||||||
|
preview_dir: /articles_data/qdrant-0-11-release/preview
|
||||||
|
small_preview_image: /articles_data/qdrant-0-11-release/announcement-svgrepo-com.svg
|
||||||
|
social_preview_image: /articles_data/qdrant-0-11-release/preview/social_preview.jpg
|
||||||
|
weight: 65
|
||||||
|
author: Kacper Łukawski
|
||||||
|
author_link: https://medium.com/@lukawskikacper
|
||||||
|
date: 2022-10-26T13:55:00+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
We are excited to [announce the release of Qdrant v0.11](https://github.com/qdrant/qdrant/releases/tag/v0.11.0),
|
||||||
|
which introduces a number of new features and improvements.
|
||||||
|
|
||||||
|
## Replication
|
||||||
|
|
||||||
|
One of the key features in this release is replication support, which allows Qdrant to provide a high availability
|
||||||
|
setup with distributed deployment out of the box. This, combined with sharding, enables you to horizontally scale
|
||||||
|
both the size of your collections and the throughput of your cluster. This means that you can use Qdrant to handle
|
||||||
|
large amounts of data without sacrificing performance or reliability.
|
||||||
|
|
||||||
|
## Administration API
|
||||||
|
|
||||||
|
Another new feature is the administration API, which allows you to disable write operations to the service. This is
|
||||||
|
useful in situations where search availability is more critical than updates, and can help prevent issues like memory
|
||||||
|
usage watermarks from affecting your searches.
|
||||||
|
|
||||||
|
## Exact search
|
||||||
|
|
||||||
|
We have also added the ability to report indexed payload points in the info API, which allows you to verify that
|
||||||
|
payload values were properly formatted for indexing. In addition, we have introduced a new `exact` search parameter
|
||||||
|
that allows you to force exact searches of vectors, even if an ANN index is built. This can be useful for validating
|
||||||
|
the accuracy of your HNSW configuration.
|
||||||
|
|
||||||
|
## Backward compatibility
|
||||||
|
|
||||||
|
This release is backward compatible with v0.10.5 storage in single node deployment, but unfortunately, distributed
|
||||||
|
deployment is not compatible with previous versions due to the large number of changes required for the replica set
|
||||||
|
implementation. However, clients are tested for backward compatibility with the v0.10.x service.
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 493.546 493.546" style="enable-background:new 0 0 493.546 493.546;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<path d="M226.078,157.206c26.286,0,47.604-21.314,47.604-47.609s-21.317-47.611-47.604-47.611
|
||||||
|
c-26.303,0-47.618,21.316-47.618,47.611S199.775,157.206,226.078,157.206z"/>
|
||||||
|
<path d="M271.949,69.824c1.192,1.191,2.764,1.787,4.32,1.787c1.558,0,3.129-0.596,4.305-1.787l47.937-47.92
|
||||||
|
c2.383-2.383,2.398-6.242,0.016-8.625c-2.382-2.382-6.274-2.382-8.624,0L271.966,61.2
|
||||||
|
C269.583,63.582,269.567,67.442,271.949,69.824z"/>
|
||||||
|
<path d="M261.959,59.421c0.89,0.469,1.858,0.691,2.812,0.691c2.192,0,4.32-1.199,5.417-3.288l24.92-47.921
|
||||||
|
c1.557-2.986,0.382-6.671-2.604-8.219c-2.906-1.541-6.64-0.397-8.228,2.597l-24.921,47.92
|
||||||
|
C257.798,54.188,258.973,57.872,261.959,59.421z"/>
|
||||||
|
<path d="M282.353,79.823c1.096,2.088,3.225,3.288,5.416,3.288c0.953,0,1.922-0.223,2.812-0.691l47.936-24.921
|
||||||
|
c2.986-1.549,4.161-5.233,2.604-8.22c-1.572-3.002-5.289-4.153-8.228-2.597l-47.936,24.921
|
||||||
|
C281.972,73.152,280.797,76.837,282.353,79.823z"/>
|
||||||
|
<path d="M396.061,88.515l-78.192,12.148c-5.178,0.801-9.006,5.265-9.006,10.513v15.472c0,5.249,3.828,9.713,9.006,10.515
|
||||||
|
l7.449,1.157v21.644c0,3.104,1.08,5.852,2.56,8.348l-18.809,26.373l-22.459-15.145c-7.577-5.099-16.884-7.14-25.524-7.712
|
||||||
|
l-72.698,0.389l-48.365-22.142l-31.465-67.211c-4.749-10.189-16.837-14.549-27.034-9.8c-10.165,4.765-14.549,16.868-9.783,27.034
|
||||||
|
l34.625,73.969c2.033,4.368,5.56,7.862,9.943,9.871l57.369,26.27v261.458c0,12.087,9.802,21.879,21.874,21.879
|
||||||
|
c12.085,0,21.887-9.792,21.887-21.879V340.922h17.28v130.745c0,12.08,9.801,21.871,21.872,21.871
|
||||||
|
c12.088,0,21.871-9.791,21.871-21.871V223.09l24.286,16.377c3.494,2.351,7.449,3.479,11.356,3.479
|
||||||
|
c6.354,0,12.611-2.97,16.566-8.529l35.88-50.318c1.882-2.634,2.849-5.567,3.332-8.558c6.381-2.364,10.995-8.385,10.995-15.577
|
||||||
|
v-13.012l15.185,2.359c-4.206-10.775-4.859-24.383-4.859-30.399C391.203,112.897,391.855,99.29,396.061,88.515z M368.679,159.963
|
||||||
|
c0,0.98-0.512,1.774-1.043,2.518c-1.424-2.566-3.284-4.917-5.834-6.735c-7.559-5.408-17.37-4.586-24.286,0.94v-16.471l31.163,4.841
|
||||||
|
V159.963z"/>
|
||||||
|
<path d="M413.567,85.795c-5.608,0-10.165,14.827-10.165,33.116c0,18.29,4.557,33.118,10.165,33.118
|
||||||
|
c5.607,0,10.165-14.829,10.165-33.118C423.732,100.622,419.174,85.795,413.567,85.795z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
Reference in New Issue
Block a user