Skip to content

Commit 9158c5b

Browse files
authored
docs: consolidate manage datasets dropdown content to one page (#152)
1 parent c0958c8 commit 9158c5b

9 files changed

+261
-253
lines changed

src/langsmith/dataset-subset.mdx

Lines changed: 0 additions & 93 deletions
This file was deleted.

src/langsmith/dataset-version.mdx

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/langsmith/evaluation-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Learn how to [create and manage dataset splits](/langsmith/manage-datasets-in-ap
5656

5757
### Versions
5858

59-
Datasets are [versioned](/langsmith/version-datasets) such that every time you add, update, or delete examples in your dataset, a new version of the dataset is created. This makes it easy to inspect and revert changes to your dataset in case you make a mistake. You can also [tag versions](/langsmith/version-datasets#tag-a-version) of your dataset to give them a more human-readable name. This can be useful for marking important milestones in your dataset's history.
59+
Datasets are [versioned](/langsmith/manage-datasets#version-a-dataset) such that every time you add, update, or delete examples in your dataset, a new version of the dataset is created. This makes it easy to inspect and revert changes to your dataset in case you make a mistake. You can also [tag versions](/langsmith/manage-datasets#tag-a-version) of your dataset to give them a more human-readable name. This can be useful for marking important milestones in your dataset's history.
6060

6161
You can run evaluations on specific versions of a dataset. This can be useful when running evaluations in CI, to make sure that a dataset update doesn't accidentally break your CI pipelines.
6262

src/langsmith/export-filtered-traces-to-dataset.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/langsmith/manage-datasets-programmatically.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to manage datasets programmatically
2+
title: How to create and manage datasets programmatically
33
sidebarTitle: With the SDK
44
---
55

0 commit comments

Comments
 (0)