mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
community[patch]: Fix MlflowCallback with none artifacts_dir (#16487)
This commit is contained in:
@@ -275,7 +275,7 @@ class MlflowCallbackHandler(BaseMetadataCallbackHandler, BaseCallbackHandler):
|
||||
tags: Optional[Dict] = None,
|
||||
tracking_uri: Optional[str] = None,
|
||||
run_id: Optional[str] = None,
|
||||
artifacts_dir: Optional[str] = None,
|
||||
artifacts_dir: str = "",
|
||||
) -> None:
|
||||
"""Initialize callback handler."""
|
||||
import_pandas()
|
||||
|
Reference in New Issue
Block a user