[PR #563] [MERGED] v0.2 docs #604

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/563
Author: @baskaryan
Created: 12/3/2024
Status: Merged
Merged: 12/5/2024
Merged by: @baskaryan

Base: mainHead: bagatur/v0.2


📝 Commits (10+)

📊 Changes

30 files changed (+674 additions, -430 deletions)

View changed files

Makefile (+24 -0)
📝 docs/evaluation/how_to_guides/async.mdx (+10 -7)
📝 docs/evaluation/how_to_guides/create_few_shot_evaluators.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/custom_evaluator.mdx (+115 -19)
📝 docs/evaluation/how_to_guides/dataset_subset.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/dataset_version.mdx (+32 -14)
📝 docs/evaluation/how_to_guides/evaluate_existing_experiment.mdx (+8 -48)
📝 docs/evaluation/how_to_guides/evaluate_llm_application.mdx (+52 -31)
📝 docs/evaluation/how_to_guides/evaluate_on_intermediate_steps.mdx (+200 -136)
📝 docs/evaluation/how_to_guides/evaluate_pairwise.mdx (+35 -40)
📝 docs/evaluation/how_to_guides/index.md (+6 -6)
📝 docs/evaluation/how_to_guides/langchain_runnable.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/langgraph.mdx (+3 -3)
📝 docs/evaluation/how_to_guides/llm_as_judge.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/local.mdx (+5 -5)
📝 docs/evaluation/how_to_guides/metric_type.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/multiple_scores.mdx (+1 -1)
📝 docs/evaluation/how_to_guides/rate_limiting.mdx (+2 -1)
📝 docs/evaluation/how_to_guides/summary.mdx (+52 -26)
📝 docs/evaluation/index.mdx (+13 -11)

...and 10 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/563 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 12/3/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@baskaryan](https://github.com/baskaryan) **Base:** `main` ← **Head:** `bagatur/v0.2` --- ### 📝 Commits (10+) - [`63478f4`](https://github.com/langchain-ai/langsmith-docs/commit/63478f4c7c1fa8ff1912ba94d205f99a2827e6c3) build python sdk reference into docs (#557) - [`162c412`](https://github.com/langchain-ai/langsmith-docs/commit/162c4124e8ff083f1b32599356732b2324589f97) bump captions - [`bca028a`](https://github.com/langchain-ai/langsmith-docs/commit/bca028aaa9983304d53a9a22f4998bd6b96254ef) checkout main sdk docs - [`07d15f0`](https://github.com/langchain-ai/langsmith-docs/commit/07d15f04cdc5d2741719c86ebd85080bd1ecc0e8) wip - [`f63a7e3`](https://github.com/langchain-ai/langsmith-docs/commit/f63a7e3c598bf2699da0dfdd09b1dff1371c4211) Bagatur/sidebar groups (#564) - [`3c7bb50`](https://github.com/langchain-ai/langsmith-docs/commit/3c7bb50b0103dc4f801cc3dee046e459db22a24c) wip - [`0a623cc`](https://github.com/langchain-ai/langsmith-docs/commit/0a623cc43077d29561194209944a05e5ba44e609) Merge branch 'bagatur/v0.2' of github.com:langchain-ai/langsmith-docs into bagatur/v0.2 - [`b5a1683`](https://github.com/langchain-ai/langsmith-docs/commit/b5a1683b1ff0374c4bf7871d84ec99a8ba7097b9) fmt - [`b43e0bd`](https://github.com/langchain-ai/langsmith-docs/commit/b43e0bd5bba9054a81b5fbd729e1e4c63a03e97c) Merge branch 'main' into bagatur/v0.2 - [`9f8b513`](https://github.com/langchain-ai/langsmith-docs/commit/9f8b513642355b2c3d12087352ca78d05712f2cf) wip ### 📊 Changes **30 files changed** (+674 additions, -430 deletions) <details> <summary>View changed files</summary> ➕ `Makefile` (+24 -0) 📝 `docs/evaluation/how_to_guides/async.mdx` (+10 -7) 📝 `docs/evaluation/how_to_guides/create_few_shot_evaluators.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/custom_evaluator.mdx` (+115 -19) 📝 `docs/evaluation/how_to_guides/dataset_subset.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/dataset_version.mdx` (+32 -14) 📝 `docs/evaluation/how_to_guides/evaluate_existing_experiment.mdx` (+8 -48) 📝 `docs/evaluation/how_to_guides/evaluate_llm_application.mdx` (+52 -31) 📝 `docs/evaluation/how_to_guides/evaluate_on_intermediate_steps.mdx` (+200 -136) 📝 `docs/evaluation/how_to_guides/evaluate_pairwise.mdx` (+35 -40) 📝 `docs/evaluation/how_to_guides/index.md` (+6 -6) 📝 `docs/evaluation/how_to_guides/langchain_runnable.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/langgraph.mdx` (+3 -3) 📝 `docs/evaluation/how_to_guides/llm_as_judge.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/local.mdx` (+5 -5) 📝 `docs/evaluation/how_to_guides/metric_type.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/multiple_scores.mdx` (+1 -1) 📝 `docs/evaluation/how_to_guides/rate_limiting.mdx` (+2 -1) 📝 `docs/evaluation/how_to_guides/summary.mdx` (+52 -26) 📝 `docs/evaluation/index.mdx` (+13 -11) _...and 10 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:18:29 -05:00
yindo closed this issue 2026-02-21 17:18:29 -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#604