mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
Add Dataset Page to printout (#12816)
This commit is contained in:
parent
f573a4d0b3
commit
98aff29fbd
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user