Enum openai_flows::embeddings::EmbeddingsInput
source · pub enum EmbeddingsInput {
String(String),
Vec(Vec<String>),
}
Expand description
The input type for the embeddings.
For more detail about parameters, please refer to OpenAI docs
Variants§
Trait Implementations§
source§impl Debug for EmbeddingsInput
impl Debug for EmbeddingsInput
Auto Trait Implementations§
impl RefUnwindSafe for EmbeddingsInput
impl Send for EmbeddingsInput
impl Sync for EmbeddingsInput
impl Unpin for EmbeddingsInput
impl UnwindSafe for EmbeddingsInput
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