pub enum RagRetrieverKind {
Keyword,
Vector,
Hybrid,
Graph,
Sql,
Api,
FileSearch,
WebSearch,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RagRetrieverKind
impl Clone for RagRetrieverKind
Source§fn clone(&self) -> RagRetrieverKind
fn clone(&self) -> RagRetrieverKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RagRetrieverKind
impl Debug for RagRetrieverKind
Source§impl Display for RagRetrieverKind
impl Display for RagRetrieverKind
Source§impl FromStr for RagRetrieverKind
impl FromStr for RagRetrieverKind
Source§impl Hash for RagRetrieverKind
impl Hash for RagRetrieverKind
Source§impl Ord for RagRetrieverKind
impl Ord for RagRetrieverKind
Source§fn cmp(&self, other: &RagRetrieverKind) -> Ordering
fn cmp(&self, other: &RagRetrieverKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RagRetrieverKind
impl PartialEq for RagRetrieverKind
Source§impl PartialOrd for RagRetrieverKind
impl PartialOrd for RagRetrieverKind
impl Copy for RagRetrieverKind
impl Eq for RagRetrieverKind
impl StructuralPartialEq for RagRetrieverKind
Auto Trait Implementations§
impl Freeze for RagRetrieverKind
impl RefUnwindSafe for RagRetrieverKind
impl Send for RagRetrieverKind
impl Sync for RagRetrieverKind
impl Unpin for RagRetrieverKind
impl UnsafeUnpin for RagRetrieverKind
impl UnwindSafe for RagRetrieverKind
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