Skip to content

Commit

Permalink
Evals wording (#18542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Mar 5, 2024
1 parent 328a498 commit ca1d427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/langchain/langchain/smith/evaluation/runner_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ async def arun_on_dataset(
"0.1.9",
message="The tags argument is deprecated and will be"
" removed in a future release. Please specify project_metadata instead.",
pending=True,
)

if kwargs:
Expand Down Expand Up @@ -1360,6 +1361,7 @@ def run_on_dataset(
"0.1.9",
message="The tags argument is deprecated and will be"
" removed in a future release. Please specify project_metadata instead.",
pending=True,
)
if revision_id is None:
revision_id = get_langchain_env_var_metadata().get("revision_id")
Expand Down

0 comments on commit ca1d427

Please sign in to comment.