[PR #194] [MERGED] add conceptual guides to new docs #281

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/194
Author: @agola11
Created: 4/29/2024
Status: Merged
Merged: 4/30/2024
Merged by: @agola11

Base: mainHead: ankush/concepts


📝 Commits (10+)

  • a684fbf conceptual guides
  • 4d36e6d format
  • 79902c5 fix broken links
  • 56f8e1d add how-to-guide on intermediate steps
  • 8f3e59a format
  • a8e56bb fix wording and add images
  • cfe5497 add typescript example
  • 9f31724 Ankush/evaluation how to (#196)
  • 96d9359 Update versioned_docs/version-2.0/concepts/evaluation/evaluation.mdx
  • 2dd42bd Update versioned_docs/version-2.0/concepts/tracing/tracing.mdx

📊 Changes

26 files changed (+520 additions, -35 deletions)

View changed files

versioned_docs/version-2.0/concepts.md (+0 -32)
versioned_docs/version-2.0/concepts/admin/admin.mdx (+46 -0)
versioned_docs/version-2.0/concepts/evaluation/evaluation.mdx (+138 -0)
versioned_docs/version-2.0/concepts/index.md (+28 -0)
versioned_docs/version-2.0/concepts/static/comparing_multiple_experiments.png (+0 -0)
versioned_docs/version-2.0/concepts/static/feedback.png (+0 -0)
versioned_docs/version-2.0/concepts/static/langsmith_app_flow.png (+0 -0)
versioned_docs/version-2.0/concepts/static/langsmith_app_flow_dark.png (+0 -0)
versioned_docs/version-2.0/concepts/static/langsmith_summary.png (+0 -0)
versioned_docs/version-2.0/concepts/static/langsmith_summary_dark.png (+0 -0)
versioned_docs/version-2.0/concepts/static/metadata.png (+0 -0)
versioned_docs/version-2.0/concepts/static/primitives-dark.png (+0 -0)
versioned_docs/version-2.0/concepts/static/primitives.png (+0 -0)
versioned_docs/version-2.0/concepts/static/project.png (+0 -0)
versioned_docs/version-2.0/concepts/static/run.png (+0 -0)
versioned_docs/version-2.0/concepts/static/sample_langsmith_dataset.png (+0 -0)
versioned_docs/version-2.0/concepts/static/sample_langsmith_example.png (+0 -0)
versioned_docs/version-2.0/concepts/static/tags.png (+0 -0)
versioned_docs/version-2.0/concepts/static/trace.png (+0 -0)
versioned_docs/version-2.0/concepts/tracing/tracing.mdx (+64 -0)

...and 6 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/194 **Author:** [@agola11](https://github.com/agola11) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/concepts` --- ### 📝 Commits (10+) - [`a684fbf`](https://github.com/langchain-ai/langsmith-docs/commit/a684fbf23b631326f4bbcbad6367749adb307372) conceptual guides - [`4d36e6d`](https://github.com/langchain-ai/langsmith-docs/commit/4d36e6de9075e1511bcd429521faa9bea5128f11) format - [`79902c5`](https://github.com/langchain-ai/langsmith-docs/commit/79902c566dad45bc8ec137ff715e858a4a624b88) fix broken links - [`56f8e1d`](https://github.com/langchain-ai/langsmith-docs/commit/56f8e1d4fbaacbb946135d624c1bfadcdf838346) add how-to-guide on intermediate steps - [`8f3e59a`](https://github.com/langchain-ai/langsmith-docs/commit/8f3e59a0988f4020ee79d5388c841687ad3c7281) format - [`a8e56bb`](https://github.com/langchain-ai/langsmith-docs/commit/a8e56bb6c34a31a4eeb99b2dc59558d75801a8c6) fix wording and add images - [`cfe5497`](https://github.com/langchain-ai/langsmith-docs/commit/cfe5497ee3e99a2a7d780d9e6907f0bdc8e95e68) add typescript example - [`9f31724`](https://github.com/langchain-ai/langsmith-docs/commit/9f31724ef6f0f3287f9792719e12c13d2b457747) Ankush/evaluation how to (#196) - [`96d9359`](https://github.com/langchain-ai/langsmith-docs/commit/96d935968ba339759ec23a040d5530d94cc90ec0) Update versioned_docs/version-2.0/concepts/evaluation/evaluation.mdx - [`2dd42bd`](https://github.com/langchain-ai/langsmith-docs/commit/2dd42bd1fee139be5d42fbfd157ebeead13aaa62) Update versioned_docs/version-2.0/concepts/tracing/tracing.mdx ### 📊 Changes **26 files changed** (+520 additions, -35 deletions) <details> <summary>View changed files</summary> ➖ `versioned_docs/version-2.0/concepts.md` (+0 -32) ➕ `versioned_docs/version-2.0/concepts/admin/admin.mdx` (+46 -0) ➕ `versioned_docs/version-2.0/concepts/evaluation/evaluation.mdx` (+138 -0) ➕ `versioned_docs/version-2.0/concepts/index.md` (+28 -0) ➕ `versioned_docs/version-2.0/concepts/static/comparing_multiple_experiments.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/feedback.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/langsmith_app_flow.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/langsmith_app_flow_dark.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/langsmith_summary.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/langsmith_summary_dark.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/metadata.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/primitives-dark.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/primitives.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/project.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/run.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/sample_langsmith_dataset.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/sample_langsmith_example.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/tags.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/static/trace.png` (+0 -0) ➕ `versioned_docs/version-2.0/concepts/tracing/tracing.mdx` (+64 -0) _...and 6 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:17:44 -05:00
yindo closed this issue 2026-02-21 17:17:44 -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#281