Skip to content

Commit 1048e7a

Browse files
Revert "chore(lgp): Remove langsmith runs endpoints env var" (#185)
Reverts #184
1 parent a1c5cff commit 1048e7a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/langgraph-platform/env-var.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,13 @@ For example, if a deployment is scaled up to 10 replicas and `LANGGRAPH_POSTGRES
5454

5555
Defaults to `150` connections.
5656

57-
## `LANGSMITH_ENDPOINT`
58-
For deployments with [self-hosted LangSmith](https://docs.smith.langchain.com/self_hosting) only.
59-
60-
Set this environment variable to have a deployment send traces to a self-hosted LangSmith instance.
57+
## `LANGSMITH_RUNS_ENDPOINTS`
6158

62-
The value of `LANGSMITH_ENDPOINT` should be the hostname of the self-hosted LangSmith instance. It must be accessible to the deployment.
63-
64-
You must also set `LANGSMITH_API_KEY` to the API key for the self-hosted LangSmith instance.
59+
For deployments with [self-hosted LangSmith](https://docs.smith.langchain.com/self_hosting) only.
6560

66-
## `LANGSMITH_API_KEY`
61+
Set this environment variable to have a deployment send traces to a self-hosted LangSmith instance. The value of `LANGSMITH_RUNS_ENDPOINTS` is a JSON string: `{"<SELF_HOSTED_LANGSMITH_HOSTNAME>":"<LANGSMITH_API_KEY>"}`.
6762

68-
`LANGSMITH_API_KEY` is a LangSmith API generated from the self-hosted LangSmith instance.
63+
`SELF_HOSTED_LANGSMITH_HOSTNAME` is the hostname of the self-hosted LangSmith instance. It must be accessible to the deployment. `LANGSMITH_API_KEY` is a LangSmith API generated from the self-hosted LangSmith instance.
6964

7065
## `LANGSMITH_TRACING`
7166

0 commit comments

Comments
 (0)