SIENTIAPDE-1243: Remove Redis dependency and related configurations.
This commit is contained in:
@@ -267,7 +267,6 @@ The **PredictionProcess** workflow implements the core prediction pipeline for M
|
||||
flowchart LR
|
||||
A[1. get_last_timestamp] --> B[2. input_gate] --> C[3. request_transform] --> D[4. mlflow_response_gate] --> E[5. mlflow_content_gate] --> F[6. request_predict] --> G[7. mlflow_response_gate] --> H[8. format_and_export_prediction🔃]
|
||||
|
||||
A -.-> Redis[(Redis)]
|
||||
C -.-> MLFlow[MLFlow]
|
||||
F -.-> MLFlow[MLFlow]
|
||||
G -.-> Filters[MLFlow Filters]
|
||||
|
||||
Reference in New Issue
Block a user