Skip to content

Commit

Permalink
Fix incorrect argument name in langchain flavor (#8284)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Apr 20, 2023
1 parent 251428c commit f898dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/langchain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def log_model(
"""
Log a LangChain model as an MLflow artifact for the current run.
:param pr_model: LangChain model to be saved.
:param lc_model: LangChain model to be saved.
:param artifact_path: Run-relative artifact path.
:param conda_env: {{ conda_env }}
:param code_paths: A list of local filesystem paths to Python file dependencies (or directories
Expand Down

0 comments on commit f898dcc

Please sign in to comment.