Enum fastembed::EmbeddingModel
source · pub enum EmbeddingModel {
AllMiniLML6V2,
BGEBaseEN,
BGESmallEN,
MLE5Large,
}Variants§
AllMiniLML6V2
The most popular sentence embedding model
BGEBaseEN
Smaller variant of the highest ranked sentence embedding model
BGESmallEN
The highest ranked sentence embedding model
MLE5Large
Multilingual model, e5-large. Recommend using this model for non-English languages.
Trait Implementations§
source§impl Clone for EmbeddingModel
impl Clone for EmbeddingModel
source§fn clone(&self) -> EmbeddingModel
fn clone(&self) -> EmbeddingModel
Returns a copy of the value. Read more
1.0.0 · 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 EmbeddingModel
impl Debug for EmbeddingModel
Auto Trait Implementations§
impl RefUnwindSafe for EmbeddingModel
impl Send for EmbeddingModel
impl Sync for EmbeddingModel
impl Unpin for EmbeddingModel
impl UnwindSafe for EmbeddingModel
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