pub enum CohereEmbedInputType {
SearchQuery,
SearchDocument,
Classification,
Clustering,
}Expand description
Cohere embedding input type.
Variants§
SearchQuery
Search query embedding.
SearchDocument
Search document embedding.
Classification
Classification embedding.
Clustering
Clustering embedding.
Trait Implementations§
Source§impl Clone for CohereEmbedInputType
impl Clone for CohereEmbedInputType
Source§fn clone(&self) -> CohereEmbedInputType
fn clone(&self) -> CohereEmbedInputType
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 CohereEmbedInputType
Auto Trait Implementations§
impl Freeze for CohereEmbedInputType
impl RefUnwindSafe for CohereEmbedInputType
impl Send for CohereEmbedInputType
impl Sync for CohereEmbedInputType
impl Unpin for CohereEmbedInputType
impl UnsafeUnpin for CohereEmbedInputType
impl UnwindSafe for CohereEmbedInputType
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