pub struct ContextRecallConfig {
pub sentence_similarity_threshold: f32,
pub use_semantic_similarity: bool,
}Fields§
§sentence_similarity_threshold: f32§use_semantic_similarity: boolTrait Implementations§
Source§impl Clone for ContextRecallConfig
impl Clone for ContextRecallConfig
Source§fn clone(&self) -> ContextRecallConfig
fn clone(&self) -> ContextRecallConfig
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 ContextRecallConfig
impl Debug for ContextRecallConfig
Auto Trait Implementations§
impl Freeze for ContextRecallConfig
impl RefUnwindSafe for ContextRecallConfig
impl Send for ContextRecallConfig
impl Sync for ContextRecallConfig
impl Unpin for ContextRecallConfig
impl UnwindSafe for ContextRecallConfig
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