[PR #1] [MERGED] Add docs #96

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/1
Author: @hinthornw
Created: 8/3/2023
Status: Merged
Merged: 8/3/2023
Merged by: @hinthornw

Base: mainHead: wfh/add_docs


📝 Commits (2)

📊 Changes

62 files changed (+13292 additions, -2 deletions)

View changed files

.gitignore (+24 -0)
📝 README.md (+49 -2)
babel.config.js (+12 -0)
code-block-loader.js (+76 -0)
docs/evaluation/additional-resources/expand-datasets.mdx (+250 -0)
docs/evaluation/additional-resources/index.mdx (+10 -0)
docs/evaluation/additional-resources/recommendations.mdx (+96 -0)
docs/evaluation/capturing-feedback.mdx (+186 -0)
docs/evaluation/custom-evaluators.mdx (+188 -0)
docs/evaluation/datasets.mdx (+253 -0)
docs/evaluation/evaluator-implementations.mdx (+230 -0)
docs/evaluation/index.mdx (+32 -0)
docs/evaluation/quickstart.mdx (+190 -0)
docs/evaluation/static/add_to_dataset.png (+0 -0)
docs/evaluation/static/create_dataset_csv.png (+0 -0)
docs/evaluation/static/eval-referenced-runs.png (+0 -0)
docs/evaluation/static/eval-run-trace.png (+0 -0)
docs/evaluation/static/eval-test-run.png (+0 -0)
docs/evaluation/static/export-dataset-button.png (+0 -0)
docs/evaluation/static/export-dataset-modal.png (+0 -0)

...and 42 more files

📄 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/1 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 8/3/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/add_docs` --- ### 📝 Commits (2) - [`5c0caac`](https://github.com/langchain-ai/langsmith-docs/commit/5c0caacd8bc75e85a2da19795a016a92a3d02952) Migrate docs - [`2e64045`](https://github.com/langchain-ai/langsmith-docs/commit/2e64045f81a30824b89e656e75652fc95584c919) Update ### 📊 Changes **62 files changed** (+13292 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+24 -0) 📝 `README.md` (+49 -2) ➕ `babel.config.js` (+12 -0) ➕ `code-block-loader.js` (+76 -0) ➕ `docs/evaluation/additional-resources/expand-datasets.mdx` (+250 -0) ➕ `docs/evaluation/additional-resources/index.mdx` (+10 -0) ➕ `docs/evaluation/additional-resources/recommendations.mdx` (+96 -0) ➕ `docs/evaluation/capturing-feedback.mdx` (+186 -0) ➕ `docs/evaluation/custom-evaluators.mdx` (+188 -0) ➕ `docs/evaluation/datasets.mdx` (+253 -0) ➕ `docs/evaluation/evaluator-implementations.mdx` (+230 -0) ➕ `docs/evaluation/index.mdx` (+32 -0) ➕ `docs/evaluation/quickstart.mdx` (+190 -0) ➕ `docs/evaluation/static/add_to_dataset.png` (+0 -0) ➕ `docs/evaluation/static/create_dataset_csv.png` (+0 -0) ➕ `docs/evaluation/static/eval-referenced-runs.png` (+0 -0) ➕ `docs/evaluation/static/eval-run-trace.png` (+0 -0) ➕ `docs/evaluation/static/eval-test-run.png` (+0 -0) ➕ `docs/evaluation/static/export-dataset-button.png` (+0 -0) ➕ `docs/evaluation/static/export-dataset-modal.png` (+0 -0) _...and 42 more files_ </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:17:18 -05:00
yindo closed this issue 2026-02-21 17:17:18 -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#96