pub enum EmbeddingSearchKind {
Exact,
Approximate,
Hybrid,
Filtered,
Reranked,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EmbeddingSearchKind
impl Clone for EmbeddingSearchKind
Source§fn clone(&self) -> EmbeddingSearchKind
fn clone(&self) -> EmbeddingSearchKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbeddingSearchKind
impl Debug for EmbeddingSearchKind
Source§impl Display for EmbeddingSearchKind
impl Display for EmbeddingSearchKind
Source§impl FromStr for EmbeddingSearchKind
impl FromStr for EmbeddingSearchKind
Source§impl Hash for EmbeddingSearchKind
impl Hash for EmbeddingSearchKind
Source§impl Ord for EmbeddingSearchKind
impl Ord for EmbeddingSearchKind
Source§fn cmp(&self, other: &EmbeddingSearchKind) -> Ordering
fn cmp(&self, other: &EmbeddingSearchKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EmbeddingSearchKind
impl PartialEq for EmbeddingSearchKind
Source§fn eq(&self, other: &EmbeddingSearchKind) -> bool
fn eq(&self, other: &EmbeddingSearchKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EmbeddingSearchKind
impl PartialOrd for EmbeddingSearchKind
impl Copy for EmbeddingSearchKind
impl Eq for EmbeddingSearchKind
impl StructuralPartialEq for EmbeddingSearchKind
Auto Trait Implementations§
impl Freeze for EmbeddingSearchKind
impl RefUnwindSafe for EmbeddingSearchKind
impl Send for EmbeddingSearchKind
impl Sync for EmbeddingSearchKind
impl Unpin for EmbeddingSearchKind
impl UnsafeUnpin for EmbeddingSearchKind
impl UnwindSafe for EmbeddingSearchKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more