Skip to content

Commit a1c5cff

Browse files
chore(lgp): Remove langsmith runs endpoints env var (#184)
1 parent b4a4b7a commit a1c5cff

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/langgraph-platform/env-var.mdx

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

5555
Defaults to `150` connections.
5656

57-
## `LANGSMITH_RUNS_ENDPOINTS`
58-
57+
## `LANGSMITH_ENDPOINT`
5958
For deployments with [self-hosted LangSmith](https://docs.smith.langchain.com/self_hosting) only.
6059

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>"}`.
60+
Set this environment variable to have a deployment send traces to a self-hosted LangSmith instance.
61+
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.
65+
66+
## `LANGSMITH_API_KEY`
6267

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.
68+
`LANGSMITH_API_KEY` is a LangSmith API generated from the self-hosted LangSmith instance.
6469

6570
## `LANGSMITH_TRACING`
6671

0 commit comments

Comments
 (0)