[PR #1784] [MERGED] Add existing datasets example code to vitest page #1853

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1784
Author: @katmayb
Created: 12/8/2025
Status: Merged
Merged: 2/2/2026
Merged by: @katmayb

Base: mainHead: vitest-existing-dataset


📝 Commits (2)

  • 9265f7e Add existing datasets example code to vitest page
  • 55a8217 Jacob feedback

📊 Changes

2 files changed (+120 additions, -23 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+30 -0)
📝 src/langsmith/vitest-jest.mdx (+90 -23)

📄 Description

Fixes DOC-529

Included an example for testing existing datasets with Vitest. Used the generic example from the slack thread with the sample datasets used throughout this page.

Preview

https://langchain-5e9cc07a-preview-vitest-1765211849-e14d2d4.mintlify.app/langsmith/vitest-jest#use-an-existing-dataset


🔄 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/1784 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `vitest-existing-dataset` --- ### 📝 Commits (2) - [`9265f7e`](https://github.com/langchain-ai/docs/commit/9265f7e534fc3514e8de96f78b82c485bc334925) Add existing datasets example code to vitest page - [`55a8217`](https://github.com/langchain-ai/docs/commit/55a8217e2b44756ac2e62f9aa6f9ed2e6184635c) Jacob feedback ### 📊 Changes **2 files changed** (+120 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+30 -0) 📝 `src/langsmith/vitest-jest.mdx` (+90 -23) </details> ### 📄 Description Fixes DOC-529 Included an example for testing existing datasets with Vitest. Used the generic example from the slack thread with the sample datasets used throughout this page. ## Preview https://langchain-5e9cc07a-preview-vitest-1765211849-e14d2d4.mintlify.app/langsmith/vitest-jest#use-an-existing-dataset --- <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:22:48 -05:00
yindo closed this issue 2026-02-17 17:22:48 -05:00
yindo changed title from [PR #1784] Add existing datasets example code to vitest page to [PR #1784] [MERGED] Add existing datasets example code to vitest page 2026-06-05 18:15:15 -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#1853