pub struct FullDimIndex { /* private fields */ }Expand description
Standard HNSW search at the full embedding dimension. Baseline for both recall and latency.
Trait Implementations§
Source§impl Searcher for FullDimIndex
impl Searcher for FullDimIndex
Auto Trait Implementations§
impl Freeze for FullDimIndex
impl RefUnwindSafe for FullDimIndex
impl Send for FullDimIndex
impl Sync for FullDimIndex
impl Unpin for FullDimIndex
impl UnsafeUnpin for FullDimIndex
impl UnwindSafe for FullDimIndex
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