[PR #732] [MERGED] Create a dataset from the Playground #741

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/732
Author: @tanushree-sharma
Created: 3/31/2025
Status: Merged
Merged: 4/1/2025
Merged by: @tanushree-sharma

Base: mainHead: inline-dataset-creation


📝 Commits (6)

  • bb29af0 add pg dataset creation
  • a611329 add evals in ui quickstart + improve flow of creating a dataset page
  • 5555fd5 linting
  • ecd8189 fix broken link
  • 480162b Merge branch 'main' into inline-dataset-creation
  • ae7adb8 fix broken link

📊 Changes

16 files changed (+135 additions, -114 deletions)

View changed files

📝 docs/evaluation/how_to_guides/index.md (+1 -1)
📝 docs/evaluation/how_to_guides/manage_datasets_in_application.mdx (+62 -69)
📝 docs/evaluation/how_to_guides/multiturn_evaluation.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/share_dataset.mdx (+17 -11)
docs/evaluation/how_to_guides/static/evals-quick-start.gif (+0 -0)
docs/evaluation/how_to_guides/static/export-dataset-button.gif (+0 -0)
docs/evaluation/how_to_guides/static/export-dataset-button.png (+0 -0)
docs/evaluation/how_to_guides/static/export-dataset-modal.png (+0 -0)
docs/evaluation/how_to_guides/static/playground_dataset.png (+0 -0)
docs/evaluation/how_to_guides/static/share_dataset.gif (+0 -0)
📝 docs/evaluation/how_to_guides/static/unshare_dataset.png (+0 -0)
📝 docs/evaluation/how_to_guides/static/unshare_trace_list.png (+0 -0)
📝 docs/evaluation/index.mdx (+51 -5)
📝 docs/prompt_engineering/how_to_guides/index.md (+2 -2)
docs/prompt_engineering/how_to_guides/testing_over_dataset.mdx (+0 -24)
📝 docs/prompt_engineering/quickstarts/quickstart_ui.mdx (+1 -1)

📄 Description

No description provided


🔄 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/langsmith-docs/pull/732 **Author:** [@tanushree-sharma](https://github.com/tanushree-sharma) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@tanushree-sharma](https://github.com/tanushree-sharma) **Base:** `main` ← **Head:** `inline-dataset-creation` --- ### 📝 Commits (6) - [`bb29af0`](https://github.com/langchain-ai/langsmith-docs/commit/bb29af08f2fb6b4bf53c00bcd6ca902757d75d8d) add pg dataset creation - [`a611329`](https://github.com/langchain-ai/langsmith-docs/commit/a611329cef2b276172617707f5952eafa0ab9a38) add evals in ui quickstart + improve flow of creating a dataset page - [`5555fd5`](https://github.com/langchain-ai/langsmith-docs/commit/5555fd5789e15be15c31cd6d9e0bca72a2c0fcc3) linting - [`ecd8189`](https://github.com/langchain-ai/langsmith-docs/commit/ecd8189517c61f46c09b763ab66462b09dc8a78b) fix broken link - [`480162b`](https://github.com/langchain-ai/langsmith-docs/commit/480162b635316ac115b0bfec6c35f4dfb63a6e5e) Merge branch 'main' into inline-dataset-creation - [`ae7adb8`](https://github.com/langchain-ai/langsmith-docs/commit/ae7adb8f8723ed9aec9b3d2b7a0c2a71ba10f1dd) fix broken link ### 📊 Changes **16 files changed** (+135 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/how_to_guides/index.md` (+1 -1) 📝 `docs/evaluation/how_to_guides/manage_datasets_in_application.mdx` (+62 -69) 📝 `docs/evaluation/how_to_guides/multiturn_evaluation.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/share_dataset.mdx` (+17 -11) ➕ `docs/evaluation/how_to_guides/static/evals-quick-start.gif` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/export-dataset-button.gif` (+0 -0) ➖ `docs/evaluation/how_to_guides/static/export-dataset-button.png` (+0 -0) ➖ `docs/evaluation/how_to_guides/static/export-dataset-modal.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/playground_dataset.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/share_dataset.gif` (+0 -0) 📝 `docs/evaluation/how_to_guides/static/unshare_dataset.png` (+0 -0) 📝 `docs/evaluation/how_to_guides/static/unshare_trace_list.png` (+0 -0) 📝 `docs/evaluation/index.mdx` (+51 -5) 📝 `docs/prompt_engineering/how_to_guides/index.md` (+2 -2) ➖ `docs/prompt_engineering/how_to_guides/testing_over_dataset.mdx` (+0 -24) 📝 `docs/prompt_engineering/quickstarts/quickstart_ui.mdx` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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-21 17:18:48 -05:00
yindo closed this issue 2026-02-21 17:18:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#741