From aff08a51fc110a766f8f9527842ecb7035f26469 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 8 Aug 2024 19:49:48 +0200 Subject: [PATCH] Resync --- proto/points.proto | 10 +++++----- src/qdrant.rs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/proto/points.proto b/proto/points.proto index ccd318f..858cb99 100644 --- a/proto/points.proto +++ b/proto/points.proto @@ -512,11 +512,11 @@ enum Fusion { DBSF = 1; // Distribution-Based Score Fusion } -/// Sample points from the collection -/// -/// Available sampling methods: -/// -/// * `random` - Random sampling +// Sample points from the collection +// +// Available sampling methods: +// +// * `random` - Random sampling enum Sample { Random = 0; } diff --git a/src/qdrant.rs b/src/qdrant.rs index 1dfd272..83a0b59 100644 --- a/src/qdrant.rs +++ b/src/qdrant.rs @@ -5863,11 +5863,11 @@ impl Fusion { } } } -/// / Sample points from the collection -/// / -/// / Available sampling methods: -/// / -/// / * `random` - Random sampling +/// Sample points from the collection +/// +/// Available sampling methods: +/// +/// * `random` - Random sampling #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] pub enum Sample {