From 00a7f1c303f2a4bb63ea0d16583a672639ee6028 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 8 Dec 2023 13:01:22 +0100 Subject: [PATCH] Remove extra newlines --- qdrant-landing/content/documentation/concepts/collections.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/qdrant-landing/content/documentation/concepts/collections.md b/qdrant-landing/content/documentation/concepts/collections.md index d81d461b8..300cdf9fc 100644 --- a/qdrant-landing/content/documentation/concepts/collections.md +++ b/qdrant-landing/content/documentation/concepts/collections.md @@ -509,7 +509,6 @@ client.updateCollection("{collection_name}", { ``` ```rust - use qdrant_client::client::QdrantClient; use qdrant_client::qdrant::{ quantization_config_diff::Quantization, vectors_config_diff::Config, HnswConfigDiff, @@ -556,7 +555,6 @@ client .await?; ``` - ## Collection info Qdrant allows determining the configuration parameters of an existing collection to better understand how the points are