pub struct OnnxEmbedder { /* private fields */ }Expand description
ONNX-based embedding backend using all-MiniLM-L6-v2.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OnnxEmbedder
impl RefUnwindSafe for OnnxEmbedder
impl Send for OnnxEmbedder
impl Sync for OnnxEmbedder
impl Unpin for OnnxEmbedder
impl UnsafeUnpin for OnnxEmbedder
impl UnwindSafe for OnnxEmbedder
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