Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
  • Loading branch information
mlflow-automation committed Apr 30, 2024
1 parent 600ac5d commit f876a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlflow/langchain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def load_retriever(persist_directory):
See a complete example in examples/langchain/retrieval_qa_chain.py.
example_no_conversion: {{ example_no_conversion }}
model_config: The model configuration to apply to the model if saving model as code. This
model_config: The model configuration to apply to the model if saving model as code. This
configuration is available during model loading.
.. Note:: Experimental: This parameter may change or be removed in a future
Expand Down Expand Up @@ -531,7 +531,7 @@ def load_retriever(persist_directory):
run_id: run_id to associate with this model version. If specified, we resume the
run and log the model to that run. Otherwise, a new run is created.
Default to None.
model_config: The model configuration to apply to the model if saving model as code. This
model_config: The model configuration to apply to the model if saving model as code. This
configuration is available during model loading.
.. Note:: Experimental: This parameter may change or be removed in a future
Expand Down

0 comments on commit f876a43

Please sign in to comment.