pub struct OllamaEmbedder { /* private fields */ }Expand description
Local-first embedder backed by Ollama’s /api/embeddings.
Run e.g. ollama pull nomic-embed-text first.
Implementations§
Trait Implementations§
Source§impl Default for OllamaEmbedder
impl Default for OllamaEmbedder
Auto Trait Implementations§
impl Freeze for OllamaEmbedder
impl RefUnwindSafe for OllamaEmbedder
impl Send for OllamaEmbedder
impl Sync for OllamaEmbedder
impl Unpin for OllamaEmbedder
impl UnsafeUnpin for OllamaEmbedder
impl UnwindSafe for OllamaEmbedder
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