pub fn build_backend(
config: &EmbeddingConfig,
) -> Result<Arc<dyn EmbeddingBackend>, EmbeddingError>Expand description
Factory that builds the configured backend from EmbeddingConfig.
pub fn build_backend(
config: &EmbeddingConfig,
) -> Result<Arc<dyn EmbeddingBackend>, EmbeddingError>Factory that builds the configured backend from EmbeddingConfig.