Commit Graph

4 Commits

Author SHA1 Message Date
cee21f124c feat: add MLflow tracking to evaluation pipeline
- Add create_mlflow_run and log_evaluation_to_mlflow KFP components
- Log accuracy, correct/total counts, pass/fail to MLflow experiment
- Upload evaluation_results.json as artifact
- Wire MLflow run into pipeline DAG before NATS publish
2026-02-12 06:15:13 -05:00
bd8c8616d0 updates. 2026-02-02 07:12:05 -05:00
c26e4e5ef0 feat: Add Kubeflow Pipeline definitions
- voice_pipeline: STT → RAG → LLM → TTS
- document_ingestion_pipeline: Extract → Chunk → Embed → Milvus
- document_ingestion_mlflow_pipeline: With MLflow tracking
- evaluation_pipeline: Model benchmarking
- kfp-sync-job: K8s job to sync pipelines
2026-02-01 20:41:13 -05:00
c36655b570 Initial commit 2026-02-02 01:40:30 +00:00