pub enum EmbeddingId {
Embedding2,
Embedding3New,
}Expand description
Embedding model id enum mapped to integer ids
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EmbeddingId
impl Clone for EmbeddingId
Source§fn clone(&self) -> EmbeddingId
fn clone(&self) -> EmbeddingId
Returns a duplicate 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 EmbeddingId
impl Debug for EmbeddingId
Source§impl<'de> Deserialize<'de> for EmbeddingId
impl<'de> Deserialize<'de> for EmbeddingId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EmbeddingId
impl PartialEq for EmbeddingId
Source§impl Serialize for EmbeddingId
impl Serialize for EmbeddingId
impl Copy for EmbeddingId
impl Eq for EmbeddingId
impl StructuralPartialEq for EmbeddingId
Auto Trait Implementations§
impl Freeze for EmbeddingId
impl RefUnwindSafe for EmbeddingId
impl Send for EmbeddingId
impl Sync for EmbeddingId
impl Unpin for EmbeddingId
impl UnsafeUnpin for EmbeddingId
impl UnwindSafe for EmbeddingId
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.