Skip to content

Commit

Permalink
merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Apr 24, 2024
1 parent 614d184 commit b31c04e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/grpc_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool> for WithPayloadSelector {
Expand Down

0 comments on commit b31c04e

Please sign in to comment.