vibe.providers_common¶
Common utilities for VIBE provider modules.
This module provides shared functions used by embedding_providers, rerank_providers, and potentially other provider modules.
get_provider_config ¶
get_provider_config(section: str, key: str) -> dict[str, Any] | None
Get provider config from global config.yml.
| Parameters: |
|
|---|
| Returns: |
|
|---|
import_class ¶
import_class(class_path: str) -> type
Dynamically import a class from a module path.
| Parameters: |
|
|---|
| Returns: |
|
|---|