pub fn load_registries(
config: &CatalogConfig,
) -> Result<(Arc<ModelRegistry>, Arc<ProviderRegistry>)>Expand description
Load both registries with the same catalog configuration.
pub fn load_registries(
config: &CatalogConfig,
) -> Result<(Arc<ModelRegistry>, Arc<ProviderRegistry>)>Load both registries with the same catalog configuration.