pub struct ChunkingService { /* private fields */ }Expand description
Service for chunking messages into smaller text segments
Implementations§
Source§impl ChunkingService
impl ChunkingService
Sourcepub fn new(config: ChunkingConfig) -> Self
pub fn new(config: ChunkingConfig) -> Self
Create a new chunking service with configuration
Auto Trait Implementations§
impl Freeze for ChunkingService
impl RefUnwindSafe for ChunkingService
impl Send for ChunkingService
impl Sync for ChunkingService
impl Unpin for ChunkingService
impl UnwindSafe for ChunkingService
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