Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

This page lists the minimum supported versions for the databases, tools, and infrastructure used by self-hosted LangSmith. Install a version that meets or exceeds the minimum before deploying or upgrading. Using a version below the minimum is not supported and may cause installation or runtime failures.
If you are using a managed service (such as Amazon RDS, Google Cloud SQL, or Azure Database), pick a version at or above the minimum listed here. Refer to the linked “External services” pages for connection and authentication details.

Datastores

DependencyMinimum versionNotes
PostgreSQL14Primary relational store for operational data. Required for both LangSmith and standalone Agent Server deployments. Used to install the btree_gin, btree_gist, pgcrypto, citext, ltree, and pg_trgm extensions.
Redis5Used for queueing and caching. Standalone and Redis Cluster modes are both supported.
Valkey8Officially supported as a drop-in replacement for Redis. Standalone and Cluster modes are both supported.
ClickHouseVersion specified in the LangSmith Helm chart or greaterStores traces and feedback. ClickHouse versions >= 24.2 require LangSmith v0.6 or later. Downgrades are not supported.
Redis < 5 and PostgreSQL < 14 are not supported. A LangSmith installation pointed at an older Redis or PostgreSQL instance may fail to start or behave unpredictably. Upgrade your datastore before installing or upgrading LangSmith.

Compute and orchestration

DependencyMinimum versionNotes
KubernetesAny version supported by the upstream Kubernetes release cycleLangSmith is regularly tested on GKE, EKS, AKS, Minikube, and Kind.
OpenShift4.14Supported as a Kubernetes distribution for LangSmith.
Helm3Used to install and upgrade the LangSmith Helm chart.
DockerA version compatible with Docker Compose v2Required for Docker-based standalone Agent Server deployments.

LangSmith chart and platform

DependencyMinimum versionNotes
LangSmith Helm chartLatest stable releaseWe recommend pinning to the latest stable chart release. Refer to the self-hosted changelog for per-release upgrade notes.
Egress to https://beacon.langchain.comLangSmith 0.9.0 or laterRequired for license verification and usage reporting unless running in offline mode.

Where these versions are enforced

If you are unsure which version is currently running, contact your database administrator or refer to your cloud provider’s console. If you need to upgrade a dependency before upgrading LangSmith, refer to your vendor’s documentation.