[PR #373] [CLOSED] use langsmith env vars #444

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/373
Author: @baskaryan
Created: 7/29/2024
Status: Closed

Base: mainHead: bagatur/use_langsmith_env_vars


📝 Commits (2)

📊 Changes

31 files changed (+96 additions, -96 deletions)

View changed files

📝 docs/evaluation/faq/manage-datasets.mdx (+10 -10)
📝 docs/evaluation/quickstart.mdx (+2 -2)
📝 docs/hub/dev-setup.mdx (+1 -1)
📝 docs/monitoring/use_cases/classification.mdx (+1 -1)
📝 docs/monitoring/use_cases/optimization.mdx (+1 -1)
📝 docs/proxy/quickstart.mdx (+1 -1)
📝 docs/self_hosting/usage.mdx (+2 -2)
📝 docs/tracing/faq/customizing_trace_attributes.mdx (+5 -5)
📝 docs/tracing/faq/logging_and_viewing.mdx (+6 -6)
📝 docs/tracing/integrations/python.mdx (+4 -4)
📝 docs/tracing/integrations/typescript.mdx (+4 -4)
📝 docs/tracing/use_cases/few-shot-datasets.mdx (+2 -2)
📝 docs/tracing/use_cases/summarize-usage.mdx (+1 -1)
📝 src/components/QuickStart.js (+6 -6)
📝 src/components/RunTree.js (+6 -6)
📝 src/theme/Feedback.js (+2 -2)
📝 versioned_docs/version-2.0/how_to_guides/prompts/pull_push_a_prompt.mdx (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/add_metadata_tags.mdx (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx (+5 -5)
📝 versioned_docs/version-2.0/how_to_guides/tracing/log_traces_to_project.mdx (+5 -5)

...and 11 more files

📄 Description

Updates:

LANGCHAIN_TRACING_V2 -> LANGSMITH_TRACING
LANGCHAIN_PROJECT    -> LANGSMITH_PROJECT
LANGCHAIN_API_KEY    -> LANGSMITH_API_KEY
LANGCHAIN_ENDPOINT   -> LANGSMITH_ENDPOINT

not sure all of these actually work across py and js


🔄 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/373 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 7/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bagatur/use_langsmith_env_vars` --- ### 📝 Commits (2) - [`3bdcb38`](https://github.com/langchain-ai/langsmith-docs/commit/3bdcb3876b8a4c9cc1d407a471d0f1bc9f1ba6ff) use langsmith env vars - [`9f38aae`](https://github.com/langchain-ai/langsmith-docs/commit/9f38aae68f7f5b3ecb70c2d6920010d6c7c9eb0a) endpoint ### 📊 Changes **31 files changed** (+96 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/faq/manage-datasets.mdx` (+10 -10) 📝 `docs/evaluation/quickstart.mdx` (+2 -2) 📝 `docs/hub/dev-setup.mdx` (+1 -1) 📝 `docs/monitoring/use_cases/classification.mdx` (+1 -1) 📝 `docs/monitoring/use_cases/optimization.mdx` (+1 -1) 📝 `docs/proxy/quickstart.mdx` (+1 -1) 📝 `docs/self_hosting/usage.mdx` (+2 -2) 📝 `docs/tracing/faq/customizing_trace_attributes.mdx` (+5 -5) 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+6 -6) 📝 `docs/tracing/integrations/python.mdx` (+4 -4) 📝 `docs/tracing/integrations/typescript.mdx` (+4 -4) 📝 `docs/tracing/use_cases/few-shot-datasets.mdx` (+2 -2) 📝 `docs/tracing/use_cases/summarize-usage.mdx` (+1 -1) 📝 `src/components/QuickStart.js` (+6 -6) 📝 `src/components/RunTree.js` (+6 -6) 📝 `src/theme/Feedback.js` (+2 -2) 📝 `versioned_docs/version-2.0/how_to_guides/prompts/pull_push_a_prompt.mdx` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/add_metadata_tags.mdx` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx` (+5 -5) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/log_traces_to_project.mdx` (+5 -5) _...and 11 more files_ </details> ### 📄 Description Updates: ``` LANGCHAIN_TRACING_V2 -> LANGSMITH_TRACING LANGCHAIN_PROJECT -> LANGSMITH_PROJECT LANGCHAIN_API_KEY -> LANGSMITH_API_KEY LANGCHAIN_ENDPOINT -> LANGSMITH_ENDPOINT ``` not sure all of these actually work across py and js --- <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:06 -05:00
yindo closed this issue 2026-02-21 17:18:06 -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#444