@@ -12,13 +12,13 @@ use crate::qdrant::{
1212 shard_key, ClearPayloadPoints , CountPoints , CountResponse , CreateFieldIndexCollection ,
1313 DeleteFieldIndexCollection , DeletePayloadPoints , DeletePointVectors , DeletePoints ,
1414 DiscoverBatchPoints , DiscoverBatchResponse , DiscoverPoints , DiscoverResponse , FieldType ,
15- GetPoints , GetResponse , PayloadIndexParams , PointId , PointVectors ,
16- PointsOperationResponse , PointsSelector , PointsUpdateOperation , ReadConsistency ,
17- RecommendBatchPoints , RecommendBatchResponse , RecommendGroupsResponse , RecommendPointGroups ,
18- RecommendPoints , RecommendResponse , ScrollPoints , ScrollResponse , SearchBatchPoints ,
19- SearchBatchResponse , SearchGroupsResponse , SearchPointGroups , SearchResponse , SetPayloadPoints ,
20- ShardKeySelector , UpdateBatchPoints , UpdateBatchResponse , UpdatePointVectors , UpsertPoints ,
21- Usage , VectorsSelector , WithPayloadSelector , WithVectorsSelector , WriteOrdering ,
15+ GetPoints , GetResponse , PayloadIndexParams , PointId , PointVectors , PointsOperationResponse ,
16+ PointsSelector , PointsUpdateOperation , ReadConsistency , RecommendBatchPoints ,
17+ RecommendBatchResponse , RecommendGroupsResponse , RecommendPointGroups , RecommendPoints ,
18+ RecommendResponse , ScrollPoints , ScrollResponse , SearchBatchPoints , SearchBatchResponse ,
19+ SearchGroupsResponse , SearchPointGroups , SearchResponse , SetPayloadPoints , ShardKeySelector ,
20+ UpdateBatchPoints , UpdateBatchResponse , UpdatePointVectors , UpsertPoints , Usage ,
21+ VectorsSelector , WithPayloadSelector , WithVectorsSelector , WriteOrdering ,
2222} ;
2323
2424impl QdrantClient {
0 commit comments