Overview
- Full name
docker.io/langchain/langsmith-frontend- Registry
- docker.io
- Namespace
- langchain
- Repository
- langsmith-frontend
- Cached tags
- 753
- Last synced
- 07/06/2026, 05:18 PM
Introduction
LangSmith 官方 Web 前端镜像,可视化 LLM 调用链、数据集评测与 Prompt 实验,需配合 LangSmith 后端 API 与 PostgreSQL 使用。
Details
langchain/langsmith-frontend 提供 LangSmith 平台的浏览器界面,开发者在此追踪 trace、对比模型版本并管理标注数据集。镜像本身为静态/SSR 前端,须通过环境变量指向 LangSmith API 与鉴权服务,不可独立充当完整 SaaS。与 Langfuse 等开源替代相比与 LangChain 生态绑定更深;生产应固定 tag、经 HTTPS Ingress 暴露,并将 API Key 与 OAuth 配置经 Secret 注入后端。
快速启动
docker run -d --name langsmith-frontend \
-p 3000:3000 \
-e LANGSMITH_API_URL=http://langsmith-backend:1984 \
docker.io/langchain/langsmith-frontend:latest
推荐实践
docker run -d --name langsmith-frontend \
--restart unless-stopped \
-p 3000:3000 \
-e LANGSMITH_API_URL=https://api.langsmith.internal \
-e NEXT_PUBLIC_LANGSMITH_API_URL=https://api.langsmith.internal \
-e NODE_ENV=production \
docker.io/langchain/langsmith-frontend:0.6.0
核心参数说明
-p 3000:3000— Web UI 与前端 SSR 端口-e LANGSMITH_API_URL— 后端 API 内网地址-e NEXT_PUBLIC_LANGSMITH_API_URL— 浏览器侧 API 基址-e NODE_ENV=production— 关闭开发调试输出--restart unless-stopped— 观测平台持续可用- 固定 tag — 与 LangSmith 后端版本配套升级
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: langsmith-frontend
spec:
replicas: 2
selector:
matchLabels:
app: langsmith-frontend
template:
metadata:
labels:
app: langsmith-frontend
spec:
containers:
- name: frontend
image: docker.io/langchain/langsmith-frontend:0.6.0
ports:
- containerPort: 3000
env:
- name: LANGSMITH_API_URL
value: http://langsmith-backend:1984
---
apiVersion: v1
kind: Service
metadata:
name: langsmith-frontend
spec:
selector:
app: langsmith-frontend
ports:
- port: 3000
targetPort: 3000
Ingress 配置 TLS 并将 /api 反代至后端 Service;前端无状态可 HPA 扩缩,版本需与 langsmith-backend 同步发布。
Latest tags (20)
View all 753 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/langchain/langsmith-frontend :0.16.9rc1 | linux/amd64linux/arm64 | 2026/06/30 21:05 | 28.0 MB | sha256:d6bd64685124… | |||
docker.io/langchain/langsmith-frontend :0.16.8rc1 | linux/amd64linux/arm64 | 2026/06/27 03:04 | 26.4 MB | sha256:9d417d613afd… | |||
docker.io/langchain/langsmith-frontend :0.15.17 | linux/amd64linux/arm64 | 2026/06/24 13:29 | 26.4 MB | sha256:ad40e1fc7887… | |||
docker.io/langchain/langsmith-frontend :0.15.16 | linux/amd64linux/arm64 | 2026/06/18 23:37 | 26.3 MB | sha256:faec3c9ccca1… | |||
docker.io/langchain/langsmith-frontend :0.16.5rc1 | linux/amd64linux/arm64 | 2026/06/18 11:44 | 26.4 MB | sha256:b7f275096cef… | |||
docker.io/langchain/langsmith-frontend :0.15.15 | linux/amd64linux/arm64 | 2026/06/11 12:25 | 26.2 MB | sha256:be8ac3fb782d… | |||
docker.io/langchain/langsmith-frontend :0.15.14 | linux/amd64linux/arm64 | 2026/06/11 09:48 | 26.1 MB | sha256:561d0103a6d9… | |||
docker.io/langchain/langsmith-frontend :0.16.4rc1 | linux/amd64linux/arm64 | 2026/06/11 04:15 | 26.2 MB | sha256:9bfe43408266… | |||
docker.io/langchain/langsmith-frontend :0.15.13 | linux/amd64linux/arm64 | 2026/06/07 02:18 | 26.0 MB | sha256:df2e44b3d5af… | |||
docker.io/langchain/langsmith-frontend :0.15.12 | linux/amd64linux/arm64 | 2026/06/06 03:56 | 26.0 MB | sha256:a86ff7f13e71… | |||
docker.io/langchain/langsmith-frontend :0.16.1rc1 | linux/amd64linux/arm64 | 2026/06/03 00:53 | 26.1 MB | sha256:1ad8f74bffe7… | |||
docker.io/langchain/langsmith-frontend :0.15.11 | linux/amd64linux/arm64 | 2026/06/02 10:15 | 26.1 MB | sha256:9671a1059a23… | |||
docker.io/langchain/langsmith-frontend :0.15.10 | linux/amd64linux/arm64 | 2026/05/30 01:23 | 26.1 MB | sha256:f0ff6be4c1da… | |||
docker.io/langchain/langsmith-frontend :0.15.9 | linux/amd64linux/arm64 | 2026/05/29 06:59 | 26.1 MB | sha256:cee0bcb51a50… | |||
docker.io/langchain/langsmith-frontend :0.15.8 | linux/amd64linux/arm64 | 2026/05/28 05:08 | 26.0 MB | sha256:1501f768704f… | |||
docker.io/langchain/langsmith-frontend :0.15.8rc1 | linux/amd64linux/arm64 | 2026/05/19 10:45 | 26.0 MB | sha256:55421a372d7c… | |||
docker.io/langchain/langsmith-frontend :0.15.7rc1 | linux/amd64linux/arm64 | 2026/05/19 04:17 | 26.0 MB | sha256:f4cbc6d6f26c… | |||
docker.io/langchain/langsmith-frontend :0.15.6rc1 | linux/amd64linux/arm64 | 2026/05/16 04:51 | 26.0 MB | sha256:9c41aafb1de2… | |||
docker.io/langchain/langsmith-frontend :0.14.9 | linux/amd64linux/arm64 | 2026/05/14 08:14 | 25.2 MB | sha256:2292d13bfdc4… | |||
docker.io/langchain/langsmith-frontend :0.15.3rc1 | linux/amd64linux/arm64 | 2026/05/14 01:52 | 25.8 MB | sha256:6192bd2ca2e8… |