pub struct OllamaEmbeddingsConfig {
pub model: String,
pub base_url: String,
}Fields§
§model: String§base_url: StringImplementations§
Auto Trait Implementations§
impl Freeze for OllamaEmbeddingsConfig
impl RefUnwindSafe for OllamaEmbeddingsConfig
impl Send for OllamaEmbeddingsConfig
impl Sync for OllamaEmbeddingsConfig
impl Unpin for OllamaEmbeddingsConfig
impl UnsafeUnpin for OllamaEmbeddingsConfig
impl UnwindSafe for OllamaEmbeddingsConfig
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