[PR #82] [MERGED] Harrison/revamp eval docs #168

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/82
Author: @hwchase17
Created: 2/10/2024
Status: Merged
Merged: 2/12/2024
Merged by: @agola11

Base: ankush/tracing-reworkHead: harrison/revamp-eval-docs


📝 Commits (10+)

📊 Changes

20 files changed (+761 additions, -891 deletions)

View changed files

docs/evaluation/additional-resources/index.mdx (+0 -10)
docs/evaluation/capturing-feedback.mdx (+0 -214)
docs/evaluation/concepts.mdx (+91 -0)
docs/evaluation/datasets.mdx (+0 -488)
docs/evaluation/faq/_category_.json (+5 -0)
📝 docs/evaluation/faq/custom-evaluators.mdx (+3 -3)
docs/evaluation/faq/datasets-client.mdx (+202 -0)
docs/evaluation/faq/datasets-webapp.mdx (+51 -0)
📝 docs/evaluation/faq/evaluator-implementations.mdx (+3 -3)
docs/evaluation/faq/examples-client.mdx (+61 -0)
📝 docs/evaluation/faq/expand-datasets-paraphrase.mdx (+3 -96)
docs/evaluation/faq/expand-datasets-prompting.mdx (+109 -0)
docs/evaluation/faq/index.mdx (+23 -0)
docs/evaluation/faq/list-datasets-client.mdx (+58 -0)
📝 docs/evaluation/index.mdx (+17 -26)
📝 docs/evaluation/quickstart.mdx (+22 -14)
📝 docs/evaluation/recommendations.mdx (+0 -0)
docs/release_notes/20240129.mdx (+67 -0)
📝 sidebars.js (+17 -3)
📝 src/components/QuickStart.js (+29 -34)

📄 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/82 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 2/10/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `ankush/tracing-rework` ← **Head:** `harrison/revamp-eval-docs` --- ### 📝 Commits (10+) - [`83d654e`](https://github.com/langchain-ai/langsmith-docs/commit/83d654e6b8b191fd7dd379471c9a3310b78beb06) Update to v1 for oai - [`321fdad`](https://github.com/langchain-ai/langsmith-docs/commit/321fdadb65914e79110bef7fd14a042ea59b144c) Merge pull request #77 from langchain-ai/wfh/bugfix - [`ce3460c`](https://github.com/langchain-ai/langsmith-docs/commit/ce3460c9543ec386e65a18b81e3912a3cc42be41) Add first pass at release notes - [`3ec5121`](https://github.com/langchain-ai/langsmith-docs/commit/3ec51217d051042e181530f2ac5dad9f0703c767) Add to sidebar - [`e768a9f`](https://github.com/langchain-ai/langsmith-docs/commit/e768a9fa94e934e59ce2216bbcbd720e8e8eef80) Adjust file structure - [`82bf57a`](https://github.com/langchain-ai/langsmith-docs/commit/82bf57a76c6a47f31e76221f6316a153baf3c889) Fix dates - [`ca99d10`](https://github.com/langchain-ai/langsmith-docs/commit/ca99d10a3cf428eddc39de2898cbe93c5b729d60) Merge pull request #78 from langchain-ai/sb/add-release-notes - [`1fe5136`](https://github.com/langchain-ai/langsmith-docs/commit/1fe5136727772eb6a366dc4db6a293a98b3f79ca) Escape Newline in prompt - [`480ace8`](https://github.com/langchain-ai/langsmith-docs/commit/480ace8fbb4117ebcb4a8789f2b58c61e6eb6df8) Merge pull request #80 from langchain-ai/wfh/escape - [`9e68c80`](https://github.com/langchain-ai/langsmith-docs/commit/9e68c80b204c1c12494871d08fc166eb4aa0a4ed) revamp-eval-docs ### 📊 Changes **20 files changed** (+761 additions, -891 deletions) <details> <summary>View changed files</summary> ➖ `docs/evaluation/additional-resources/index.mdx` (+0 -10) ➖ `docs/evaluation/capturing-feedback.mdx` (+0 -214) ➕ `docs/evaluation/concepts.mdx` (+91 -0) ➖ `docs/evaluation/datasets.mdx` (+0 -488) ➕ `docs/evaluation/faq/_category_.json` (+5 -0) 📝 `docs/evaluation/faq/custom-evaluators.mdx` (+3 -3) ➕ `docs/evaluation/faq/datasets-client.mdx` (+202 -0) ➕ `docs/evaluation/faq/datasets-webapp.mdx` (+51 -0) 📝 `docs/evaluation/faq/evaluator-implementations.mdx` (+3 -3) ➕ `docs/evaluation/faq/examples-client.mdx` (+61 -0) 📝 `docs/evaluation/faq/expand-datasets-paraphrase.mdx` (+3 -96) ➕ `docs/evaluation/faq/expand-datasets-prompting.mdx` (+109 -0) ➕ `docs/evaluation/faq/index.mdx` (+23 -0) ➕ `docs/evaluation/faq/list-datasets-client.mdx` (+58 -0) 📝 `docs/evaluation/index.mdx` (+17 -26) 📝 `docs/evaluation/quickstart.mdx` (+22 -14) 📝 `docs/evaluation/recommendations.mdx` (+0 -0) ➕ `docs/release_notes/20240129.mdx` (+67 -0) 📝 `sidebars.js` (+17 -3) 📝 `src/components/QuickStart.js` (+29 -34) </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:28 -05:00
yindo closed this issue 2026-02-21 17:17:28 -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#168