[PR #347] [MERGED] several docs updates #420

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/347
Author: @agola11
Created: 7/13/2024
Status: Merged
Merged: 7/14/2024
Merged by: @agola11

Base: mainHead: ankush/07-13/docs-updates


📝 Commits (3)

📊 Changes

9 files changed (+174 additions, -1 deletions)

View changed files

📝 versioned_docs/version-2.0/how_to_guides/index.md (+3 -0)
versioned_docs/version-2.0/how_to_guides/static/model_costs.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/model_price_map.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/new_price_map_entry.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/trace_tree_python_interop.png (+0 -0)
📝 versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx (+6 -0)
versioned_docs/version-2.0/how_to_guides/tracing/calculate_token_based_costs.mdx (+120 -0)
📝 versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx (+10 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/trace_with_langchain.mdx (+35 -0)

📄 Description

  • Add references to LangChain-specific docs for tracing
  • Add model cost tracking docs
  • Add python-sdk interop section

🔄 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/347 **Author:** [@agola11](https://github.com/agola11) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/14/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/07-13/docs-updates` --- ### 📝 Commits (3) - [`cdd30d7`](https://github.com/langchain-ai/langsmith-docs/commit/cdd30d7d3c37dffa708d90561727f0ec9ef392a6) add tip for langchain docs - [`31e1ad8`](https://github.com/langchain-ai/langsmith-docs/commit/31e1ad8e5960bf6c7058535b9d5e4ac0c1bae054) add model costs - [`24334c3`](https://github.com/langchain-ai/langsmith-docs/commit/24334c3193088c09e62dd98d6861f74f1d6922bb) add interop docs ### 📊 Changes **9 files changed** (+174 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `versioned_docs/version-2.0/how_to_guides/index.md` (+3 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/model_costs.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/model_price_map.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/new_price_map_entry.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/trace_tree_python_interop.png` (+0 -0) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx` (+6 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/calculate_token_based_costs.mdx` (+120 -0) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx` (+10 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/trace_with_langchain.mdx` (+35 -0) </details> ### 📄 Description * Add references to LangChain-specific docs for tracing * Add model cost tracking docs * Add python-sdk interop section --- <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:02 -05:00
yindo closed this issue 2026-02-21 17:18:02 -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#420