Skip to content

Commit

Permalink
Evals wording (langchain-ai#18542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored and thebhulawat committed Mar 6, 2024
1 parent 3439524 commit 74688e3
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 74688e3

Please sign in to comment.