pub struct VectorStoreCreationRequest { /* private fields */ }
Expand description
Struct representing a request for vector store creation.
Implementations§
Source§impl VectorStoreCreationRequest
impl VectorStoreCreationRequest
Sourcepub fn expires_after(self, expires_after: Value) -> Self
pub fn expires_after(self, expires_after: Value) -> Self
Set expiration date for the request.
Sourcepub fn chunking_strategy(self, chunking_strategy: Value) -> Self
pub fn chunking_strategy(self, chunking_strategy: Value) -> Self
Set chunking strategy for the request.
Trait Implementations§
Source§impl Default for VectorStoreCreationRequest
impl Default for VectorStoreCreationRequest
Source§fn default() -> VectorStoreCreationRequest
fn default() -> VectorStoreCreationRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VectorStoreCreationRequest
impl RefUnwindSafe for VectorStoreCreationRequest
impl Send for VectorStoreCreationRequest
impl Sync for VectorStoreCreationRequest
impl Unpin for VectorStoreCreationRequest
impl UnwindSafe for VectorStoreCreationRequest
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