[PR #161] [MERGED] TDD #251

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/161
Author: @hinthornw
Created: 4/9/2024
Status: Merged
Merged: 4/13/2024
Merged by: @hinthornw

Base: mainHead: wfh/tdd


📝 Commits (10+)

📊 Changes

17 files changed (+675 additions, -502 deletions)

View changed files

📝 docs/evaluation/faq/custom-evaluators.mdx (+143 -16)
docs/evaluation/faq/datasets-webapp.mdx (+0 -50)
📝 docs/evaluation/faq/evaluator-implementations.mdx (+9 -7)
docs/evaluation/faq/examples-client.mdx (+0 -68)
docs/evaluation/faq/expand-datasets-paraphrase.mdx (+0 -155)
docs/evaluation/faq/expand-datasets-prompting.mdx (+0 -107)
📝 docs/evaluation/faq/experiments-app.mdx (+1 -1)
📝 docs/evaluation/faq/index.mdx (+5 -6)
docs/evaluation/faq/list-datasets-client.mdx (+0 -69)
📝 docs/evaluation/faq/manage-datasets.mdx (+159 -3)
docs/evaluation/faq/synthetic-data.mdx (+155 -0)
docs/evaluation/faq/unit-testing.mdx (+183 -0)
📝 docs/evaluation/faq/version-datasets.mdx (+2 -2)
📝 docs/evaluation/index.mdx (+2 -2)
docs/evaluation/static/unit-test-suite.png (+0 -0)
📝 docs/tracing/quick_start.mdx (+8 -16)
📝 vercel.json (+8 -0)

📄 Description

Also consolidate some how-tos + condense titles.

Obviously not enough but slight step in the right direction i think.

The problem with this one is it mixes "tutorial", "explanation", and "how-to" into one doc and put in the how-tos section... Not great organization


🔄 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/161 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/13/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/tdd` --- ### 📝 Commits (10+) - [`5866fe9`](https://github.com/langchain-ai/langsmith-docs/commit/5866fe9155ead05ec939ae28e7097306355ae1ff) Consolidate dataset example - [`d66ab92`](https://github.com/langchain-ai/langsmith-docs/commit/d66ab928a63f219247094f2c49820277e0e9d46a) Fewer Pages - [`9768f0a`](https://github.com/langchain-ai/langsmith-docs/commit/9768f0af495f32a9bb6146cbecbd2f93b0d459aa) rename and simplify - [`a018d35`](https://github.com/langchain-ai/langsmith-docs/commit/a018d35bb680524668594df46b658db7c707bf68) Unit testing guide - [`ccb9647`](https://github.com/langchain-ai/langsmith-docs/commit/ccb9647262f93728710baff37426034f90a70b77) reroutes - [`6cad915`](https://github.com/langchain-ai/langsmith-docs/commit/6cad915ddf3a72e005d78067c692288b16291682) redund - [`b56b724`](https://github.com/langchain-ai/langsmith-docs/commit/b56b72429a33a4e43c5fdb5477bfd1cf97e39455) v - [`5766c5f`](https://github.com/langchain-ai/langsmith-docs/commit/5766c5f5ae05403ba26fa2221a592749c229bc38) Add UT - [`c14cdbc`](https://github.com/langchain-ai/langsmith-docs/commit/c14cdbc59f85bb1c873d0ab7c49644eee9ec42b7) Add image - [`5163746`](https://github.com/langchain-ai/langsmith-docs/commit/5163746eaa52213f6841421c7cff85e2439dbd09) fix link ### 📊 Changes **17 files changed** (+675 additions, -502 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/faq/custom-evaluators.mdx` (+143 -16) ➖ `docs/evaluation/faq/datasets-webapp.mdx` (+0 -50) 📝 `docs/evaluation/faq/evaluator-implementations.mdx` (+9 -7) ➖ `docs/evaluation/faq/examples-client.mdx` (+0 -68) ➖ `docs/evaluation/faq/expand-datasets-paraphrase.mdx` (+0 -155) ➖ `docs/evaluation/faq/expand-datasets-prompting.mdx` (+0 -107) 📝 `docs/evaluation/faq/experiments-app.mdx` (+1 -1) 📝 `docs/evaluation/faq/index.mdx` (+5 -6) ➖ `docs/evaluation/faq/list-datasets-client.mdx` (+0 -69) 📝 `docs/evaluation/faq/manage-datasets.mdx` (+159 -3) ➕ `docs/evaluation/faq/synthetic-data.mdx` (+155 -0) ➕ `docs/evaluation/faq/unit-testing.mdx` (+183 -0) 📝 `docs/evaluation/faq/version-datasets.mdx` (+2 -2) 📝 `docs/evaluation/index.mdx` (+2 -2) ➕ `docs/evaluation/static/unit-test-suite.png` (+0 -0) 📝 `docs/tracing/quick_start.mdx` (+8 -16) 📝 `vercel.json` (+8 -0) </details> ### 📄 Description Also consolidate some how-tos + condense titles. Obviously not enough but slight step in the right direction i think. The problem with this one is it mixes "tutorial", "explanation", and "how-to" into one doc and put in the how-tos section... Not great organization --- <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:39 -05:00
yindo closed this issue 2026-02-21 17:17:39 -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#251