You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/langgraph-platform/env-var.mdx
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,18 +54,13 @@ For example, if a deployment is scaled up to 10 replicas and `LANGGRAPH_POSTGRES
54
54
55
55
Defaults to `150` connections.
56
56
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`
61
58
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.
65
60
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>"}`.
67
62
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.
0 commit comments