From b31c04e68873a85c4a223a4758c283ed7595d535 Mon Sep 17 00:00:00 2001 From: jojii Date: Wed, 24 Apr 2024 17:42:11 +0200 Subject: [PATCH] merge imports --- src/grpc_ext.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/grpc_ext.rs b/src/grpc_ext.rs index 692f32c..78c06fd 100644 --- a/src/grpc_ext.rs +++ b/src/grpc_ext.rs @@ -6,10 +6,9 @@ use crate::qdrant::vectors::VectorsOptions; use crate::qdrant::with_payload_selector::SelectorOptions; use crate::qdrant::{ shard_key, with_vectors_selector, ListValue, NamedVectors, PayloadIncludeSelector, PointId, - PointsIdsList, PointsSelector, ShardKey, ShardKeySelector, SparseIndices, Struct, Vector, - Vectors, VectorsSelector, WithPayloadSelector, WithVectorsSelector, + PointStruct, PointsIdsList, PointsSelector, ShardKey, ShardKeySelector, SparseIndices, Struct, + Value, Vector, Vectors, VectorsSelector, WithPayloadSelector, WithVectorsSelector, }; -use crate::qdrant::{PointStruct, Value}; use std::collections::HashMap; impl From for WithPayloadSelector {