diff --git a/docs/docs/cloud/how-tos/datasets_studio.md b/docs/docs/cloud/how-tos/datasets_studio.md new file mode 100644 index 000000000..9f1328629 --- /dev/null +++ b/docs/docs/cloud/how-tos/datasets_studio.md @@ -0,0 +1,17 @@ +# Adding nodes to a dataset in Studio + +In LangGraph Studio you can create dataset examples from the thread history in the right-hand pane. This can be especially useful when you want to evaluate intermediate steps of the agent. + +1. Click on the `Add to Dataset` button to enter the dataset mode. +1. Select nodes which you want to add to dataset. +1. Select the target dataset to create the example in. + +You can edit the example payload before sending it to the dataset, which is useful if you need to make changes to conform the example to the dataset schema. + +Finally, you can customise the target dataset by clicking on the `Settings` button. + +See [Evaluating intermediate steps](https://docs.smith.langchain.com/evaluation/how_to_guides/langgraph#evaluating-intermediate-steps) for more details on how to evaluate intermediate steps. + + diff --git a/docs/docs/cloud/how-tos/img/studio_datasets.jpg b/docs/docs/cloud/how-tos/img/studio_datasets.jpg new file mode 100644 index 000000000..5205238c8 Binary files /dev/null and b/docs/docs/cloud/how-tos/img/studio_datasets.jpg differ diff --git a/docs/docs/cloud/how-tos/img/studio_datasets.mp4 b/docs/docs/cloud/how-tos/img/studio_datasets.mp4 new file mode 100644 index 000000000..c1b2dd74e Binary files /dev/null and b/docs/docs/cloud/how-tos/img/studio_datasets.mp4 differ