From ca1d42785d5c1cae25f573a2e1bd91398de1b37a Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:32:33 -0800 Subject: [PATCH] Evals wording (#18542) --- libs/langchain/langchain/smith/evaluation/runner_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/langchain/langchain/smith/evaluation/runner_utils.py b/libs/langchain/langchain/smith/evaluation/runner_utils.py index 6a37bcc9d8d..b4c7ab4a8ef 100644 --- a/libs/langchain/langchain/smith/evaluation/runner_utils.py +++ b/libs/langchain/langchain/smith/evaluation/runner_utils.py @@ -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: @@ -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")