pub struct SparseEmbedder;Expand description
Local sparse-only helper (no dense model).
Implementations§
Source§impl SparseEmbedder
impl SparseEmbedder
pub fn embed_sparse(text: &str) -> SparseVector
Auto Trait Implementations§
impl Freeze for SparseEmbedder
impl RefUnwindSafe for SparseEmbedder
impl Send for SparseEmbedder
impl Sync for SparseEmbedder
impl Unpin for SparseEmbedder
impl UnsafeUnpin for SparseEmbedder
impl UnwindSafe for SparseEmbedder
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