Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(studio): add Add to Dataset docs #2680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/docs/cloud/how-tos/datasets_studio.md
Original file line number Diff line number Diff line change
@@ -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.

<video controls allowfullscreen="true" poster="../img/studio_datasets.jpg">
<source src="../img/studio_datasets.mp4" type="video/mp4">
</video>
Binary file added docs/docs/cloud/how-tos/img/studio_datasets.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/cloud/how-tos/img/studio_datasets.mp4
Binary file not shown.
Loading