Skip to content
Merged
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
93 changes: 0 additions & 93 deletions src/langsmith/dataset-subset.mdx

This file was deleted.

58 changes: 0 additions & 58 deletions src/langsmith/dataset-version.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/langsmith/evaluation-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Learn how to [create and manage dataset splits](/langsmith/manage-datasets-in-ap

### Versions

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.
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.

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.

Expand Down
22 changes: 0 additions & 22 deletions src/langsmith/export-filtered-traces-to-dataset.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/langsmith/manage-datasets-programmatically.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to manage datasets programmatically
title: How to create and manage datasets programmatically
sidebarTitle: With the SDK
---

Expand Down
Loading