[PR #665] [MERGED] fix(code-evals): added docs for js code evals [LSP-525] #907

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/665
Author: @ychhatre
Created: 9/26/2025
Status: Merged
Merged: 9/26/2025
Merged by: @ychhatre

Base: mainHead: ychhatre/add-js-eval-docs


📝 Commits (1)

  • b5e46f6 added javascript equivalents for code evals (just copied python)

📊 Changes

2 files changed (+50 additions, -2 deletions)

View changed files

📝 src/langsmith/bind-evaluator-to-dataset.mdx (+19 -1)
📝 src/langsmith/online-evaluations.mdx (+31 -1)

📄 Description

Overview

We recently added JS Code Evals on LangSmith for both dataset and session, so updating docs to reflect this latest change!

Type of change

Type: Update Existing Documentation

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/665 **Author:** [@ychhatre](https://github.com/ychhatre) **Created:** 9/26/2025 **Status:** ✅ Merged **Merged:** 9/26/2025 **Merged by:** [@ychhatre](https://github.com/ychhatre) **Base:** `main` ← **Head:** `ychhatre/add-js-eval-docs` --- ### 📝 Commits (1) - [`b5e46f6`](https://github.com/langchain-ai/docs/commit/b5e46f6e5a3854e543d6ed0b13e576bb4215fd97) added javascript equivalents for code evals (just copied python) ### 📊 Changes **2 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/bind-evaluator-to-dataset.mdx` (+19 -1) 📝 `src/langsmith/online-evaluations.mdx` (+31 -1) </details> ### 📄 Description ## Overview We recently added JS Code Evals on LangSmith for both `dataset` and `session`, so updating docs to reflect this latest change! ## Type of change **Type:** Update Existing Documentation <!-- For LangChain employees, if applicable: --> - Linear issue: [LSP-525](https://linear.app/langchain/issue/LSP-525/create-docs-pr-js-evals) ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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:21:21 -05:00
yindo closed this issue 2026-02-17 17:21:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#907