SIENTIAPDE-1243: Remove Redis dependency and related configurations.

This commit is contained in:
Bruno Domingues
2025-10-01 18:16:21 -03:00
parent c12973410c
commit 8f4ac3284e
3 changed files with 0 additions and 6 deletions

View File

@@ -267,7 +267,6 @@ The **PredictionProcess** workflow implements the core prediction pipeline for M
flowchart LR 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[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] C -.-> MLFlow[MLFlow]
F -.-> MLFlow[MLFlow] F -.-> MLFlow[MLFlow]
G -.-> Filters[MLFlow Filters] G -.-> Filters[MLFlow Filters]

View File

@@ -97,10 +97,6 @@ ignore_missing_imports = true
module = "prometheus_client.*" module = "prometheus_client.*"
ignore_missing_imports = true ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "redis.*"
ignore_missing_imports = true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = "sientia.*" module = "sientia.*"
ignore_missing_imports = true ignore_missing_imports = true

View File

@@ -1,7 +1,6 @@
temporalio temporalio
psycopg2-binary psycopg2-binary
sqlalchemy sqlalchemy
redis
git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.4.6 git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.4.6
git+ssh://git@github.com/Aignosi/sientia-mlops-library.git@0.39.0 git+ssh://git@github.com/Aignosi/sientia-mlops-library.git@0.39.0
prometheus-client prometheus-client