Enum RagRetrieverKind
pub enum RagRetrieverKind {
Keyword,
Vector,
Hybrid,
Graph,
Sql,
Api,
FileSearch,
WebSearch,
Custom,
}Variants§
Implementations§
§impl RagRetrieverKind
impl RagRetrieverKind
pub const ALL: &'static [RagRetrieverKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RagRetrieverKind
impl Clone for RagRetrieverKind
§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 more§impl Debug for RagRetrieverKind
impl Debug for RagRetrieverKind
§impl Display for RagRetrieverKind
impl Display for RagRetrieverKind
§impl FromStr for RagRetrieverKind
impl FromStr for RagRetrieverKind
§impl Hash for RagRetrieverKind
impl Hash for RagRetrieverKind
§impl Ord for RagRetrieverKind
impl Ord for RagRetrieverKind
§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
§impl PartialEq for RagRetrieverKind
impl PartialEq for RagRetrieverKind
§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