Skip to content

Commit

Permalink
Add Dataset Page to printout (langchain-ai#12816)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Nov 3, 2023
1 parent f573a4d commit 98aff29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/langchain/langchain/smith/evaluation/runner_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,8 @@ def _prepare_eval_run(
)
print(
f"View the evaluation results for project '{project_name}'"
f" at:\n{project.url}?eval=true",
f" at:\n{project.url}?eval=true\n\n"
f"View all tests for Dataset {dataset_name} at:\n{dataset.url}",
flush=True,
)
examples = list(client.list_examples(dataset_id=dataset.id))
Expand Down

0 comments on commit 98aff29

Please sign in to comment.