From e88a7b1f05840ad490faba96628b94ed47f84ab8 Mon Sep 17 00:00:00 2001 From: qdrant Date: Wed, 29 Mar 2023 20:10:24 +0000 Subject: [PATCH] docs auto-sync --- qdrant-landing/content/documentation/administration.md | 2 +- qdrant-landing/content/documentation/collections.md | 2 +- qdrant-landing/content/documentation/configuration.md | 2 +- qdrant-landing/content/documentation/distributed_deployment.md | 2 +- qdrant-landing/content/documentation/filtering.md | 2 +- qdrant-landing/content/documentation/how_to.md | 2 +- qdrant-landing/content/documentation/indexing.md | 2 +- qdrant-landing/content/documentation/install.md | 2 +- qdrant-landing/content/documentation/integrations.md | 2 +- qdrant-landing/content/documentation/optimizer.md | 2 +- qdrant-landing/content/documentation/payload.md | 2 +- qdrant-landing/content/documentation/points.md | 2 +- qdrant-landing/content/documentation/quantization.md | 2 +- qdrant-landing/content/documentation/search.md | 2 +- qdrant-landing/content/documentation/snapshots.md | 2 +- qdrant-landing/content/documentation/storage.md | 2 +- qdrant-landing/content/documentation/telemetry.md | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/qdrant-landing/content/documentation/administration.md b/qdrant-landing/content/documentation/administration.md index c569e6812..962f9fbb7 100644 --- a/qdrant-landing/content/documentation/administration.md +++ b/qdrant-landing/content/documentation/administration.md @@ -1,6 +1,6 @@ --- title: Administration -weight: 21 +weight: 170 --- Qdrant exposes administration tools which enable to modify at runtime the behavior of a qdrant instance without changing its configuration manually. diff --git a/qdrant-landing/content/documentation/collections.md b/qdrant-landing/content/documentation/collections.md index a2568e8c5..ac977364f 100644 --- a/qdrant-landing/content/documentation/collections.md +++ b/qdrant-landing/content/documentation/collections.md @@ -1,6 +1,6 @@ --- title: Collections -weight: 21 +weight: 30 --- ## Collections diff --git a/qdrant-landing/content/documentation/configuration.md b/qdrant-landing/content/documentation/configuration.md index 2e67ab000..2d716de8f 100644 --- a/qdrant-landing/content/documentation/configuration.md +++ b/qdrant-landing/content/documentation/configuration.md @@ -1,6 +1,6 @@ --- title: Configuration -weight: 45 +weight: 160 --- To change or correct Qdrant's behavior, default collection settings, and network interface parameters, you can use the configuration file. diff --git a/qdrant-landing/content/documentation/distributed_deployment.md b/qdrant-landing/content/documentation/distributed_deployment.md index 8d5d7b217..e3f1b1af2 100644 --- a/qdrant-landing/content/documentation/distributed_deployment.md +++ b/qdrant-landing/content/documentation/distributed_deployment.md @@ -1,6 +1,6 @@ --- title: Distributed deployment -weight: 50 +weight: 100 --- Since version v0.8.0 Qdrant supports a distributed deployment mode. diff --git a/qdrant-landing/content/documentation/filtering.md b/qdrant-landing/content/documentation/filtering.md index f7f720cc6..2aca8eb4f 100644 --- a/qdrant-landing/content/documentation/filtering.md +++ b/qdrant-landing/content/documentation/filtering.md @@ -1,6 +1,6 @@ --- title: Filtering -weight: 27 +weight: 60 --- Qdrant allows you to set the conditions to be used when searching or retrieving points. diff --git a/qdrant-landing/content/documentation/how_to.md b/qdrant-landing/content/documentation/how_to.md index 9148b07a2..459f5ae0c 100644 --- a/qdrant-landing/content/documentation/how_to.md +++ b/qdrant-landing/content/documentation/how_to.md @@ -1,6 +1,6 @@ --- title: How To -weight: 15 +weight: 130 --- diff --git a/qdrant-landing/content/documentation/indexing.md b/qdrant-landing/content/documentation/indexing.md index c2e8a257f..ad959f873 100644 --- a/qdrant-landing/content/documentation/indexing.md +++ b/qdrant-landing/content/documentation/indexing.md @@ -1,6 +1,6 @@ --- title: Indexing -weight: 30 +weight: 90 --- A key feature of Qdrant is the effective combination of vector and traditional indices. It is essential to have this because for vector search to work effectively with filters, having vector index only is not enough. diff --git a/qdrant-landing/content/documentation/install.md b/qdrant-landing/content/documentation/install.md index 3c955fec7..1869c596d 100644 --- a/qdrant-landing/content/documentation/install.md +++ b/qdrant-landing/content/documentation/install.md @@ -1,6 +1,6 @@ --- title: Install -weight: 11 +weight: 20 --- ## With Docker diff --git a/qdrant-landing/content/documentation/integrations.md b/qdrant-landing/content/documentation/integrations.md index 73c972eb8..d6293b5e0 100644 --- a/qdrant-landing/content/documentation/integrations.md +++ b/qdrant-landing/content/documentation/integrations.md @@ -1,6 +1,6 @@ --- title: Integrations -weight: 52 +weight: 140 --- Qdrant is a vector database performing an approximate nearest neighbours search on neural embeddings. It can work perfectly fine as a standalone system, yet, in some cases, you may find it easier to implement your semantic search application using some diff --git a/qdrant-landing/content/documentation/optimizer.md b/qdrant-landing/content/documentation/optimizer.md index c058b65db..67e330bef 100644 --- a/qdrant-landing/content/documentation/optimizer.md +++ b/qdrant-landing/content/documentation/optimizer.md @@ -1,6 +1,6 @@ --- title: Optimizer -weight: 28 +weight: 70 --- It is much more efficient to apply changes in batches than perform each change individually, as many other databases do. Qdrant here is no exception. Since Qdrant operates with data structures that are not always easy to change, it is sometimes necessary to rebuild those structures completely. diff --git a/qdrant-landing/content/documentation/payload.md b/qdrant-landing/content/documentation/payload.md index a6dff6720..ad3d3c895 100644 --- a/qdrant-landing/content/documentation/payload.md +++ b/qdrant-landing/content/documentation/payload.md @@ -1,6 +1,6 @@ --- title: Payload -weight: 25 +weight: 40 --- One of the significant features of Qdrant is the ability to store additional information along with vectors. diff --git a/qdrant-landing/content/documentation/points.md b/qdrant-landing/content/documentation/points.md index e771b1215..5a2608736 100644 --- a/qdrant-landing/content/documentation/points.md +++ b/qdrant-landing/content/documentation/points.md @@ -1,6 +1,6 @@ --- title: Points -weight: 24 +weight: 40 --- The points are the central entity that Qdrant operates with. diff --git a/qdrant-landing/content/documentation/quantization.md b/qdrant-landing/content/documentation/quantization.md index fec8ba43b..0062580bf 100644 --- a/qdrant-landing/content/documentation/quantization.md +++ b/qdrant-landing/content/documentation/quantization.md @@ -1,6 +1,6 @@ --- title: Quantization -weight: 55 +weight: 120 ---