Registry
This module contains functionality related to the the registry
module for embedding.orchestrators
.
Registry
EmbeddingOrchestratorRegistry
Bases: Registry
Registry for managing embedding orchestrators.
This registry uses EmbeddingOrchestratorName as keys to store and retrieve orchestrator implementations. It extends the base Registry class to provide specialized functionality for embedding orchestration components.
Attributes: |
|
---|
Source code in src/embedding/orchestrators/registry.py
9 10 11 12 13 14 15 16 17 18 19 20 |
|