pub struct PrependStrategy;Expand description
Simple grounding strategy that prepends documents as numbered context.
Trait Implementations§
Source§impl GroundingStrategy for PrependStrategy
impl GroundingStrategy for PrependStrategy
Auto Trait Implementations§
impl Freeze for PrependStrategy
impl RefUnwindSafe for PrependStrategy
impl Send for PrependStrategy
impl Sync for PrependStrategy
impl Unpin for PrependStrategy
impl UnsafeUnpin for PrependStrategy
impl UnwindSafe for PrependStrategy
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