From d98908b366e33dc8041e33569d42e230779fa9fe Mon Sep 17 00:00:00 2001 From: Josh Rogers Date: Tue, 21 Oct 2025 15:11:53 -0400 Subject: [PATCH 1/2] docs: add limits page for LangSmith Deployment --- src/docs.json | 3 ++- src/langsmith/deployment-limits.mdx | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/langsmith/deployment-limits.mdx diff --git a/src/docs.json b/src/docs.json index 6d5af65e0..3c705d766 100644 --- a/src/docs.json +++ b/src/docs.json @@ -1168,7 +1168,8 @@ "langsmith/graph-rebuild", "langsmith/use-remote-graph", "langsmith/semantic-search", - "langsmith/configure-ttl" + "langsmith/configure-ttl", + "langsmith/deployment-limits" ] }, { diff --git a/src/langsmith/deployment-limits.mdx b/src/langsmith/deployment-limits.mdx new file mode 100644 index 000000000..5133f7d12 --- /dev/null +++ b/src/langsmith/deployment-limits.mdx @@ -0,0 +1,13 @@ +--- +title: LangSmith Deployment Limits +sidebarTitle: Application limits +--- + +LangSmith Deployment comes with a number of default limits, some of which are hard and some that can be modified. The limits are collected here with +their default values and configurability settings for convenience. + +--- +| Setting | Default Value | Configurable | Min Value | Max Value | +---- +| Max Request Size | 25 MB | No | - | - | +--- From 4f9d3f9b5cbb311d43e4274100087e35fd4e76a0 Mon Sep 17 00:00:00 2001 From: Josh Rogers Date: Tue, 21 Oct 2025 15:35:18 -0400 Subject: [PATCH 2/2] fix table formatting --- src/langsmith/deployment-limits.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/langsmith/deployment-limits.mdx b/src/langsmith/deployment-limits.mdx index 5133f7d12..d14570d27 100644 --- a/src/langsmith/deployment-limits.mdx +++ b/src/langsmith/deployment-limits.mdx @@ -3,11 +3,8 @@ title: LangSmith Deployment Limits sidebarTitle: Application limits --- -LangSmith Deployment comes with a number of default limits, some of which are hard and some that can be modified. The limits are collected here with -their default values and configurability settings for convenience. +LangSmith Deployment comes with a number of default limits, some of which are configurable and some that are hard. The limits are collected here with their default values and configurability settings for convenience. ---- | Setting | Default Value | Configurable | Min Value | Max Value | ----- +| ------- | ------------- | ------------ | --------- | --------- | | Max Request Size | 25 MB | No | - | - | ----