pub enum RetrievalSource {
BM25,
Vector,
Hybrid,
}Expand description
检索来源
Variants§
Trait Implementations§
Source§impl Clone for RetrievalSource
impl Clone for RetrievalSource
Source§fn clone(&self) -> RetrievalSource
fn clone(&self) -> RetrievalSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RetrievalSource
Source§impl Debug for RetrievalSource
impl Debug for RetrievalSource
Source§impl PartialEq for RetrievalSource
impl PartialEq for RetrievalSource
impl StructuralPartialEq for RetrievalSource
Auto Trait Implementations§
impl Freeze for RetrievalSource
impl RefUnwindSafe for RetrievalSource
impl Send for RetrievalSource
impl Sync for RetrievalSource
impl Unpin for RetrievalSource
impl UnsafeUnpin for RetrievalSource
impl UnwindSafe for RetrievalSource
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