[PR #2253] [MERGED] Run evaluation with retry #2265

Closed
opened 2026-02-17 17:23:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2253
Author: @catherine-langchain
Created: 1/15/2026
Status: Merged
Merged: 1/20/2026
Merged by: @lnhsingh

Base: mainHead: run-evaluation-with-retry


📝 Commits (3)

  • 00db1f5 added tutorial on retrying failed runs in experiments
  • e8dde65 modified to add better context
  • a1a4358 Apply suggestions from code review

📊 Changes

3 files changed (+70 additions, -2 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/evaluate-existing-experiment.mdx (+12 -2)
src/langsmith/evaluate-with-retry.mdx (+57 -0)

📄 Description

Overview

Added new documentation around evaluation with retry

Type of change

Type: New documentation page + Update existing documentation

Related issues/PRs

  • Linear issue: LSE-79
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2253 **Author:** [@catherine-langchain](https://github.com/catherine-langchain) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `run-evaluation-with-retry` --- ### 📝 Commits (3) - [`00db1f5`](https://github.com/langchain-ai/docs/commit/00db1f588bcb7f6ab885ff7b71aa76c3ee687aab) added tutorial on retrying failed runs in experiments - [`e8dde65`](https://github.com/langchain-ai/docs/commit/e8dde657cdd6bfb74412e5de40cfbf4fd9f478ac) modified to add better context - [`a1a4358`](https://github.com/langchain-ai/docs/commit/a1a4358417a375c6d319c81ec1a54e241abebc6a) Apply suggestions from code review ### 📊 Changes **3 files changed** (+70 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/evaluate-existing-experiment.mdx` (+12 -2) ➕ `src/langsmith/evaluate-with-retry.mdx` (+57 -0) </details> ### 📄 Description ## Overview Added new documentation around evaluation with retry ## Type of change **Type:** New documentation page + Update existing documentation ## Related issues/PRs - Linear issue: LSE-79 - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:14 -05:00
yindo closed this issue 2026-02-17 17:23:14 -05:00
yindo changed title from [PR #2253] Run evaluation with retry to [PR #2253] [MERGED] Run evaluation with retry 2026-06-05 18:17:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2265