pub struct TotalReclawConfig {
pub mnemonic: String,
pub embedding_mode: EmbeddingMode,
pub embedding_dims: usize,
pub relay_url: String,
pub is_test: bool,
}Expand description
Configuration for creating a TotalReclawMemory instance.
Fields§
§mnemonic: String§embedding_mode: EmbeddingMode§embedding_dims: usize§relay_url: String§is_test: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TotalReclawConfig
impl RefUnwindSafe for TotalReclawConfig
impl Send for TotalReclawConfig
impl Sync for TotalReclawConfig
impl Unpin for TotalReclawConfig
impl UnsafeUnpin for TotalReclawConfig
impl UnwindSafe for TotalReclawConfig
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