pub type EmbeddingResult<T> = Result<T, EmbeddingError>;Expand description
Convenience Result alias for embedding engine operations.
Aliased Type§
pub enum EmbeddingResult<T> {
Ok(T),
Err(EmbeddingError),
}pub type EmbeddingResult<T> = Result<T, EmbeddingError>;Convenience Result alias for embedding engine operations.
pub enum EmbeddingResult<T> {
Ok(T),
Err(EmbeddingError),
}