Merge pull request #2774 from langchain-ai/dqbd/studio-datasets-navigation

docs: update studio index to add datasets
This commit is contained in:
David Duong
2024-12-16 20:14:46 +04:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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.
+1
View File
@@ -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
+1
View File
@@ -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