pub struct StaticChunkingStrategyRequestParam {
pub type: String,
pub static: StaticChunkingStrategy,
}
Expand description
Customize your own chunking strategy by setting chunk size and chunk overlap.
Fields§
§type: String
Always static
.
static: StaticChunkingStrategy
Trait Implementations§
Source§impl Clone for StaticChunkingStrategyRequestParam
impl Clone for StaticChunkingStrategyRequestParam
Source§fn clone(&self) -> StaticChunkingStrategyRequestParam
fn clone(&self) -> StaticChunkingStrategyRequestParam
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StaticChunkingStrategyRequestParam
impl RefUnwindSafe for StaticChunkingStrategyRequestParam
impl Send for StaticChunkingStrategyRequestParam
impl Sync for StaticChunkingStrategyRequestParam
impl Unpin for StaticChunkingStrategyRequestParam
impl UnwindSafe for StaticChunkingStrategyRequestParam
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