[PR #132] [MERGED] run_on_dataset -> evaluate #220

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/132
Author: @hinthornw
Created: 3/29/2024
Status: Merged
Merged: 4/1/2024
Merged by: @hinthornw

Base: mainHead: wfh/migration


📝 Commits (10+)

📊 Changes

11 files changed (+569 additions, -431 deletions)

View changed files

docs/evaluation/_check.py (+23 -0)
📝 docs/evaluation/concepts.mdx (+23 -13)
📝 docs/evaluation/faq/custom-evaluators.mdx (+154 -155)
📝 docs/evaluation/faq/datasets-client.mdx (+1 -1)
📝 docs/evaluation/faq/datasets-webapp.mdx (+1 -1)
📝 docs/evaluation/faq/evaluator-implementations.mdx (+98 -125)
📝 docs/evaluation/faq/examples-client.mdx (+1 -1)
📝 docs/evaluation/faq/list-datasets-client.mdx (+1 -1)
docs/evaluation/migration.mdx (+202 -0)
📝 docs/evaluation/quickstart.mdx (+5 -4)
📝 docs/tracing/use_cases/few-shot-datasets.mdx (+60 -130)

📄 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/132 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/migration` --- ### 📝 Commits (10+) - [`776a2ac`](https://github.com/langchain-ai/langsmith-docs/commit/776a2ac35e7bffa4b40056ffe86ecef77ffd6b39) migration - [`a9d72f1`](https://github.com/langchain-ai/langsmith-docs/commit/a9d72f1d025fb9a2339ebfb443e3c6448bbaf61f) keys - [`adac647`](https://github.com/langchain-ai/langsmith-docs/commit/adac647c3f05b8bdf04bd078572b26396fbe4602) reorder - [`b2bd012`](https://github.com/langchain-ai/langsmith-docs/commit/b2bd012c9ecb97b2f6a2451ff71f42d079e700d2) update fewshot - [`7349580`](https://github.com/langchain-ai/langsmith-docs/commit/7349580558d963b6323ea2a13f72b0f9e2093893) fix few-shot - [`d8f70bc`](https://github.com/langchain-ai/langsmith-docs/commit/d8f70bc1e710e8922fb89794b63144948b4fbd6d) Update implementation example - [`e2ad983`](https://github.com/langchain-ai/langsmith-docs/commit/e2ad98325e3cbde5e62bdd5c58ce63dac0d97685) Update custom evaluator doc - [`61d8d19`](https://github.com/langchain-ai/langsmith-docs/commit/61d8d195c3c40f480b8a475901f9a27af9a08e3d) update - [`f0035be`](https://github.com/langchain-ai/langsmith-docs/commit/f0035be64e274a2450c82a674dc4cf06c460df90) update - [`1e86f6c`](https://github.com/langchain-ai/langsmith-docs/commit/1e86f6c8ad2d35b58b91bd4acdb9a9662298f741) Add faithfulness example ### 📊 Changes **11 files changed** (+569 additions, -431 deletions) <details> <summary>View changed files</summary> ➕ `docs/evaluation/_check.py` (+23 -0) 📝 `docs/evaluation/concepts.mdx` (+23 -13) 📝 `docs/evaluation/faq/custom-evaluators.mdx` (+154 -155) 📝 `docs/evaluation/faq/datasets-client.mdx` (+1 -1) 📝 `docs/evaluation/faq/datasets-webapp.mdx` (+1 -1) 📝 `docs/evaluation/faq/evaluator-implementations.mdx` (+98 -125) 📝 `docs/evaluation/faq/examples-client.mdx` (+1 -1) 📝 `docs/evaluation/faq/list-datasets-client.mdx` (+1 -1) ➕ `docs/evaluation/migration.mdx` (+202 -0) 📝 `docs/evaluation/quickstart.mdx` (+5 -4) 📝 `docs/tracing/use_cases/few-shot-datasets.mdx` (+60 -130) </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:35 -05:00
yindo closed this issue 2026-02-21 17:17:35 -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#220