From f5663ffa499e4be01120296a6a582107168d4212 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Mon, 16 Dec 2024 16:44:43 +0100 Subject: [PATCH] docs: update studio index to add datasets --- docs/docs/cloud/how-tos/datasets_studio.md | 2 +- docs/docs/how-tos/index.md | 1 + docs/mkdocs.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/cloud/how-tos/datasets_studio.md b/docs/docs/cloud/how-tos/datasets_studio.md index 6b9b40cb0..89a5114d4 100644 --- a/docs/docs/cloud/how-tos/datasets_studio.md +++ b/docs/docs/cloud/how-tos/datasets_studio.md @@ -1,4 +1,4 @@ -# Adding nodes to a dataset in Studio +# Adding nodes as dataset examples 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. diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index 1651f07be..f33d97340 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -247,6 +247,7 @@ LangGraph Studio is a built-in UI for visualizing, testing, and debugging your a - [How to connect to a local deployment (Docker)](../cloud/how-tos/test_local_deployment.md) - [How to test your graph in LangGraph Studio (MacOS only)](../cloud/how-tos/invoke_studio.md) - [How to interact with threads in LangGraph Studio](../cloud/how-tos/threads_studio.md) +- [How to add nodes as dataset examples in LangGraph Studio](../cloud/how-tos/datasets_studio.md) ## Troubleshooting diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index da7eaf3e3..30adba64e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -284,6 +284,7 @@ nav: - cloud/how-tos/test_local_deployment.md - cloud/how-tos/invoke_studio.md - cloud/how-tos/threads_studio.md + - cloud/how-tos/datasets_studio.md - Troubleshooting: - Troubleshooting: how-tos#troubleshooting - troubleshooting/errors/index.md