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..d14570d27 --- /dev/null +++ b/src/langsmith/deployment-limits.mdx @@ -0,0 +1,10 @@ +--- +title: LangSmith Deployment Limits +sidebarTitle: Application limits +--- + +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 | - | - |