transformation registry, transformation runs, and derived artifact lineage
This commit is contained in:
parent
27c068f9ac
commit
43c06d6024
14 changed files with 1695 additions and 8 deletions
|
|
@ -23,6 +23,15 @@ from .retrieval_service import (
|
|||
RetrievalQualityMetrics,
|
||||
RetrievalSnippet,
|
||||
)
|
||||
from .transformation_service import (
|
||||
TransformationExecutionContext,
|
||||
TransformationOperationRegistry,
|
||||
TransformationOutput,
|
||||
TransformationRequest,
|
||||
TransformationRunResult,
|
||||
TransformationService,
|
||||
default_transformation_registry,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AssetChangeResult",
|
||||
|
|
@ -45,4 +54,11 @@ __all__ = [
|
|||
"RetrievalFeedbackResult",
|
||||
"RetrievalQualityMetrics",
|
||||
"RetrievalSnippet",
|
||||
"TransformationExecutionContext",
|
||||
"TransformationOperationRegistry",
|
||||
"TransformationOutput",
|
||||
"TransformationRequest",
|
||||
"TransformationRunResult",
|
||||
"TransformationService",
|
||||
"default_transformation_registry",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue