pub struct DummyEmbeddingProvider { /* private fields */ }Expand description
Hash-based deterministic embeddings — no model needed, good for tests.
Implementations§
Trait Implementations§
Source§impl Default for DummyEmbeddingProvider
impl Default for DummyEmbeddingProvider
Auto Trait Implementations§
impl Freeze for DummyEmbeddingProvider
impl RefUnwindSafe for DummyEmbeddingProvider
impl Send for DummyEmbeddingProvider
impl Sync for DummyEmbeddingProvider
impl Unpin for DummyEmbeddingProvider
impl UnsafeUnpin for DummyEmbeddingProvider
impl UnwindSafe for DummyEmbeddingProvider
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