Skip to content

Commit

Permalink
Resync
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 8, 2024
1 parent 4604bd3 commit aff08a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions proto/points.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
10 changes: 5 additions & 5 deletions src/qdrant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aff08a5

Please sign in to comment.