pub struct SemanticChunker { /* private fields */ }Expand description
Main semantic chunker that delegates to language-specific strategies
Implementations§
Source§impl SemanticChunker
impl SemanticChunker
pub fn new() -> Self
pub fn with_max_chunk_chars(self, max: usize) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SemanticChunker
impl RefUnwindSafe for SemanticChunker
impl Send for SemanticChunker
impl Sync for SemanticChunker
impl Unpin for SemanticChunker
impl UnwindSafe for SemanticChunker
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