/stream
request in the server will subscribe to that channel and forward any events to the response as they arrive. No events are stored in Redis at any time.Production
type deployments automatically scale up to 10 containers. Scaling is based on 3 metrics:
US | EU |
---|---|
35.197.29.146 | 34.13.192.67 |
34.145.102.123 | 34.147.105.64 |
34.169.45.153 | 34.90.22.166 |
34.82.222.17 | 34.147.36.213 |
35.227.171.135 | 34.32.137.113 |
34.169.88.30 | 34.91.238.184 |
34.19.93.202 | 35.204.101.241 |
34.19.34.50 | 35.204.48.32 |
POSTGRES_URI_CUSTOM
environment variable to use a custom Postgres instance.
Multiple deployments can share the same Postgres instance. For example, for Deployment A
, POSTGRES_URI_CUSTOM
can be set to postgres://<user>:<password>@/<database_name_1>?host=<hostname_1>
and for Deployment B
, POSTGRES_URI_CUSTOM
can be set to postgres://<user>:<password>@/<database_name_2>?host=<hostname_1>
. <database_name_1>
and database_name_2
are different databases within the same instance, but <hostname_1>
is shared. The same database cannot be used for separate deployments.
Deployment A
, REDIS_URI_CUSTOM
can be set to redis://<hostname_1>:<port>/1
and for Deployment B
, REDIS_URI_CUSTOM
can be set to redis://<hostname_1>:<port>/2
. 1
and 2
are different database numbers within the same instance, but <hostname_1>
is shared. The same database number cannot be used for separate deployments.
Cloud SaaS | Self-Hosted Data Plane | Self-Hosted Control Plane | Standalone Container |
---|---|---|---|
Required Trace to LangSmith SaaS. | Optional Disable tracing or trace to LangSmith SaaS. | Optional Disable tracing or trace to Self-Hosted LangSmith. | Optional Disable tracing, trace to LangSmith SaaS, or trace to Self-Hosted LangSmith. |
Cloud SaaS | Self-Hosted Data Plane | Self-Hosted Control Plane | Standalone Container |
---|---|---|---|
Telemetry sent to LangSmith SaaS. | Telemetry sent to LangSmith SaaS. | Self-reported usage (audit) for air-gapped license key. Telemetry sent to LangSmith SaaS for LangGraph Platform License Key. | Self-reported usage (audit) for air-gapped license key. Telemetry sent to LangSmith SaaS for LangGraph Platform License Key. |
Cloud SaaS | Self-Hosted Data Plane | Self-Hosted Control Plane | Standalone Container |
---|---|---|---|
LangSmith API Key validated against LangSmith SaaS. | LangSmith API Key validated against LangSmith SaaS. | Air-gapped license key or LangGraph Platform License Key validated against LangSmith SaaS. | Air-gapped license key or LangGraph Platform License Key validated against LangSmith SaaS. |