You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { RegionalUrl } from "@site/src/components/RegionalUrls";
6
+
7
+
# Changelog
8
+
9
+
What's new in LangSmith — new features, enhancements, and bugs fixed — organized by release date and release version. Looking for just the major product updates & highlights? [Check out our website feed.](https://changelog.langchain.com/?categories=cat_FvjDMlZoyaKkX)
10
+
11
+
## 2025‑04‑28
12
+
13
+
### LangSmith v0.10.31
14
+
15
+
#### LangSmith
16
+
17
+
- Directly [add example metadata](/evaluation/how_to_guides/manage_datasets_in_application#edit-example-metadata) when editing examples in the UI
18
+
- Prompt previews now render when [running an experiment in the UI](/evaluation/how_to_guides/run_evaluation_from_prompt_playground) or configuring an [online evaluator](/observability/how_to_guides/online_evaluations) with f-string prompts
19
+
-[Group by](/evaluation/how_to_guides/analyze_single_experiment#group-results-by-metadata)[dataset split](/evaluation/how_to_guides/manage_datasets_in_application#create-and-manage-dataset-splits) when analyzing experiment results
20
+
21
+
#### LangGraph Studio
22
+
23
+
- Improved layout when expanding [subgraphs](https://langchain-ai.github.io/langgraph/how-tos/subgraph/?h=subgraph)
24
+
- Render errors and [interrupts](https://langchain-ai.github.io/langgraph/concepts/human_in_the_loop/?h=#interrupt) correctly in Studio Chat UI
Copy file name to clipboardExpand all lines: docs/evaluation/how_to_guides/manage_datasets_in_application.mdx
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -141,19 +141,19 @@ you can select and unselect splits for the selected examples, or create a new sp
141
141
142
142
### Edit example metadata
143
143
144
-
You can add metadata to your examples by clicking on an example and then clicking on the "Metadata" tab in the side pane.
144
+
You can add metadata to your examples by clicking on an example and then clicking "Edit" on the top righthand side of the popover.
145
145
From this page, you can update/delete existing metadata, or add new metadata. You may use this to store information about
146
-
your examples, such as tags or version info, which you can [then filter by when you call `list_examples` in the SDK](./manage_datasets_programmatically#list-examples-by-metadata).
146
+
your examples, such as tags or version info, which you can then [group by](./analyze_single_experiment#group-results-by-metadata) when analyzing experiment results or [filter by](./manage_datasets_programmatically#list-examples-by-metadata) when you call `list_examples` in the SDK.
147
147
148
-

148
+

149
149
150
150
### Filter examples
151
151
152
-
You can filter examples by metadata key/value or full-text search. To filter examples, click "Filter" in the top left of the table:
152
+
You can filter examples by split, metadata key/value or perform full-text search over examples. These filtering options are available to the top left of the examples table.
153
+
-**Filter by split**: Select split > Select a split to filter by
154
+
-**Filter by metadata**: Filters > Select "Metadata" from the dropdown > Select the metadata key and value to filter on
155
+
-**Full-text search**: Filters > Select "Full Text" from the dropdown > Enter your search criteria
153
156
154
-

155
-
156
-
Next, click "Add filter" and select "Full Text" or "Metadata" from the resulting dropdown. You may add multiple filters, and only examples that satisfy all of the
157
-
filters will be displayed in the table.
157
+
You may add multiple filters, and only examples that satisfy all of the filters will be displayed in the table.
158
158
159
159

0 commit comments