mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Remove extra newlines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user