[PR #68] [MERGED] Update Multiturn Example #161

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/68
Author: @hinthornw
Created: 1/17/2024
Status: Merged
Merged: 1/17/2024
Merged by: @hinthornw

Base: mainHead: wfh/update_multiturn


📝 Commits (10+)

📊 Changes

18 files changed (+512 additions, -422 deletions)

View changed files

📝 _scripts/extract_python_blocks.py (+2 -2)
📝 docs/evaluation/additional-resources/expand-datasets.mdx (+2 -2)
📝 docs/evaluation/custom-evaluators.mdx (+125 -77)
📝 docs/evaluation/evaluator-implementations.mdx (+3 -3)
📝 docs/evaluation/quickstart.mdx (+138 -105)
docs/evaluation/static/compare-tests.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/index.mdx (+1 -3)
docs/tracing/static/conversation_search.png (+0 -0)
📝 docs/tracing/tracing-faq.mdx (+141 -118)
📝 docs/tracing/use-cases/few-shot-datasets.mdx (+21 -37)
📝 docs/tracing/use-cases/track-sentiment.mdx (+1 -1)
📝 src/components/QuickStart.js (+2 -2)
📝 src/components/TracingFaq.js (+1 -1)
📝 tests/py_unit_tests/evaluation/test_capturing-feedback.py (+0 -12)
📝 tests/py_unit_tests/tracing/test_tracing-faq.py (+75 -59)

📄 Description

Also refresh some of the evals docs


🔄 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/68 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/update_multiturn` --- ### 📝 Commits (10+) - [`5bfb1c0`](https://github.com/langchain-ai/langsmith-docs/commit/5bfb1c01947f3f8bb173a6742f26468022861bae) Update OAI import - [`ee08fae`](https://github.com/langchain-ai/langsmith-docs/commit/ee08fae9147b4293a800cbe76399875d3907fa14) Update imports - [`af03330`](https://github.com/langchain-ai/langsmith-docs/commit/af0333089b7bdc4f5566ad19976d9b18d42998aa) Update custom evaluator - [`250480b`](https://github.com/langchain-ai/langsmith-docs/commit/250480b23bbe58d413a309c04874c8265d6fae14) Update quickstart - [`583606b`](https://github.com/langchain-ai/langsmith-docs/commit/583606b750931b9bb3228f146b14353c74046269) Update - [`4f290aa`](https://github.com/langchain-ai/langsmith-docs/commit/4f290aae66847d9a0984a8758e17a4b23a1647d9) Add lock - [`58edbf3`](https://github.com/langchain-ai/langsmith-docs/commit/58edbf371963db1699bd70ae8d1c17d697de292d) import - [`7ebb1d1`](https://github.com/langchain-ai/langsmith-docs/commit/7ebb1d15f3bdb25a382185e43bf1f3cd6813a16b) Update imports - [`f7ab1a7`](https://github.com/langchain-ai/langsmith-docs/commit/f7ab1a73bafe9749ad5e9dea64040a0e0757863a) dontupdate - [`2ea213e`](https://github.com/langchain-ai/langsmith-docs/commit/2ea213e883cd009cf2e6a00f210add8464f25e2a) extract ### 📊 Changes **18 files changed** (+512 additions, -422 deletions) <details> <summary>View changed files</summary> 📝 `_scripts/extract_python_blocks.py` (+2 -2) 📝 `docs/evaluation/additional-resources/expand-datasets.mdx` (+2 -2) 📝 `docs/evaluation/custom-evaluators.mdx` (+125 -77) 📝 `docs/evaluation/evaluator-implementations.mdx` (+3 -3) 📝 `docs/evaluation/quickstart.mdx` (+138 -105) ➕ `docs/evaluation/static/compare-tests.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/index.mdx` (+1 -3) ➕ `docs/tracing/static/conversation_search.png` (+0 -0) 📝 `docs/tracing/tracing-faq.mdx` (+141 -118) 📝 `docs/tracing/use-cases/few-shot-datasets.mdx` (+21 -37) 📝 `docs/tracing/use-cases/track-sentiment.mdx` (+1 -1) 📝 `src/components/QuickStart.js` (+2 -2) 📝 `src/components/TracingFaq.js` (+1 -1) 📝 `tests/py_unit_tests/evaluation/test_capturing-feedback.py` (+0 -12) 📝 `tests/py_unit_tests/tracing/test_tracing-faq.py` (+75 -59) </details> ### 📄 Description Also refresh some of the evals docs --- <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:27 -05:00
yindo closed this issue 2026-02-21 17:17:27 -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#161