mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 08:32:32 +00:00
Evals wording (#18542)
This commit is contained in:
parent
328a498a78
commit
ca1d42785d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user