- DATE:
- AUTHOR:
- The LangChain Team
LangSmith Self-Hosted v0.12
This release includes improvements to evaluations: online multi-turn evaluations, composite feedback scores and JavaScript code evals. It also includes product naming changes: LangGraph Platform to LangSmith Deployment and more granular configuration options for deployments.
Infrastructure updates include migrating feedback to Postgres, native Gateway/Virtual Service support, and simplified configuration by consolidating deployment settings and removing the separate license key requirement.
Follow the upgrade instructions here to get access to everything: https://docs.smith.langchain.com/self_hosting/upgrades
Breaking Changes
As of v12, we have moved all
config.langgraphPlatformtoconfig.deployment. There is also no need for a second license key and that parameter has been removed.As of v12,
ingress.hostnameparameter has been moved toconfig.hostname. Similarlyingress.subdomainhas been to moved toconfigand renamed asconfig.basePath.We now serve Feedback out of Postgres. The migrations for feedback in v11 must have run successfully. If they did not you may see some feedback missing. The backfills will not be enabled by default in v12.
Big New Features since v0.11
Here are some of key features:
Evaluate end-to-end agent interactions with Multi-turn Evals
Create org-scoped API keys with granular permissions
Combine multiple evaluator scores into a composite score
Support for more granular deployment configuration in the LangSmith Deployment Control Plane
Infrastructure Changes
We now serve Feedback out of Postgres. The migrations for feedback in v11 must have run successfully. If they did not you may see some feedback missing. The backfills will not be enabled by default in v12.
Support for
Gateway/Virtual Servicenatively in chart for main LangSmith and LangSmith Deployments routesconfig.langgraphPlatformmoved toconfig.deploymentNo more need to specify an explicit
langgraphPlatformlicense key.Consolidation of
hostnameparameterRename of
subdomainparameter → basePathSupport for
ArgoRolloutsnatively within Helm chart

