pub enum EmbeddingsModel {
TextEmbedding3Large,
}
Expand description
The model used to create text embeddings.
Variants§
TextEmbedding3Large
Trait Implementations§
Source§impl Clone for EmbeddingsModel
impl Clone for EmbeddingsModel
Source§fn clone(&self) -> EmbeddingsModel
fn clone(&self) -> EmbeddingsModel
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 EmbeddingsModel
impl Debug for EmbeddingsModel
Source§impl Serialize for EmbeddingsModel
impl Serialize for EmbeddingsModel
impl Copy for EmbeddingsModel
Auto Trait Implementations§
impl Freeze for EmbeddingsModel
impl RefUnwindSafe for EmbeddingsModel
impl Send for EmbeddingsModel
impl Sync for EmbeddingsModel
impl Unpin for EmbeddingsModel
impl UnwindSafe for EmbeddingsModel
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