diff --git a/langchain/callbacks/mlflow_callback.py b/langchain/callbacks/mlflow_callback.py index 34b05e0e3a7..8bae7739f41 100644 --- a/langchain/callbacks/mlflow_callback.py +++ b/langchain/callbacks/mlflow_callback.py @@ -118,7 +118,7 @@ class MlflowLogger: Parameters: name (str): Name of the run. experiment (str): Name of the experiment. - tags (str): Tags to be attached for the run. + tags (dict): Tags to be attached for the run. tracking_uri (str): MLflow tracking server uri. This handler implements the helper functions to initialize, @@ -223,7 +223,7 @@ class MlflowCallbackHandler(BaseMetadataCallbackHandler, BaseCallbackHandler): Parameters: name (str): Name of the run. experiment (str): Name of the experiment. - tags (str): Tags to be attached for the run. + tags (dict): Tags to be attached for the run. tracking_uri (str): MLflow tracking server uri. This handler will utilize the associated callback method called and formats