My Notes

Home

❯

mlflow

mlflow

Apr 11, 20261 min read

Code Snippets

import mlflow
 
# Turn on auto tracing by calling mlflow.pydantic_ai.autolog()
mlflow.pydantic_ai.autolog()
 
 
# Optional: Set a tracking URI and an experiment
mlflow.set_tracking_uri("http://localhost:5000")
mlflow.set_experiment("PydanticAI")

Links

  • MLflow — Open Source AI Platform for Agents, LLMs & Models
  • MLflow — Open Source AI Platform for Agents, LLMs & Models

  • Code Snippets
  • Links

Backlinks

  • My Notes

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community