From cd3b027dc19fd7bebda8c51296265c350f5b06e7 Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:22:00 -0800 Subject: [PATCH] typo (#588) --- docs/evaluation/how_to_guides/evaluate_with_attachments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evaluation/how_to_guides/evaluate_with_attachments.mdx b/docs/evaluation/how_to_guides/evaluate_with_attachments.mdx index 4d770c87..7ba65cda 100644 --- a/docs/evaluation/how_to_guides/evaluate_with_attachments.mdx +++ b/docs/evaluation/how_to_guides/evaluate_with_attachments.mdx @@ -422,7 +422,7 @@ groupId="client-language" ### Manage programmatically In the code [above](#add-examples-with-attachments-to-a-langsmith-dataset), we showed how to add examples with attachments to a dataset. -is also possible to update these same examples using the SDK. +It is also possible to update these same examples using the SDK. As with existing examples, datasets are versioned when you update them with attachments. Therefore, you can navigate to the dataset version history to see the changes made to each example. To learn more, please see [this guide](./manage_datasets_in_application).