pub enum EmbeddingPurpose {
Query,
Document,
}Expand description
Role of an embedding in the asymmetric retrieval model.
Variants§
Trait Implementations§
Source§impl Clone for EmbeddingPurpose
impl Clone for EmbeddingPurpose
Source§fn clone(&self) -> EmbeddingPurpose
fn clone(&self) -> EmbeddingPurpose
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 moreimpl Copy for EmbeddingPurpose
Source§impl Debug for EmbeddingPurpose
impl Debug for EmbeddingPurpose
impl Eq for EmbeddingPurpose
Source§impl Hash for EmbeddingPurpose
impl Hash for EmbeddingPurpose
Source§impl PartialEq for EmbeddingPurpose
impl PartialEq for EmbeddingPurpose
impl StructuralPartialEq for EmbeddingPurpose
Auto Trait Implementations§
impl Freeze for EmbeddingPurpose
impl RefUnwindSafe for EmbeddingPurpose
impl Send for EmbeddingPurpose
impl Sync for EmbeddingPurpose
impl Unpin for EmbeddingPurpose
impl UnsafeUnpin for EmbeddingPurpose
impl UnwindSafe for EmbeddingPurpose
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.