From 693ea41d41594d4e9aca444fcd34b0bc9db561ee Mon Sep 17 00:00:00 2001 From: Kathryn May <44557882+katmayb@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:46:30 -0400 Subject: [PATCH] Rename rate-limiting file for clarity to model-rate-limits per title (#4537) --- src/docs.json | 6 +++++- src/langsmith/evaluate-with-retry.mdx | 2 +- src/langsmith/evaluation-async.mdx | 2 +- .../{rate-limiting.mdx => handle-model-rate-limiting.mdx} | 0 4 files changed, 7 insertions(+), 3 deletions(-) rename src/langsmith/{rate-limiting.mdx => handle-model-rate-limiting.mdx} (100%) diff --git a/src/docs.json b/src/docs.json index c65d3f82e..91e71b8ae 100644 --- a/src/docs.json +++ b/src/docs.json @@ -1261,7 +1261,7 @@ "langsmith/experiment-configuration", "langsmith/evaluation-async", "langsmith/repetition", - "langsmith/rate-limiting", + "langsmith/handle-model-rate-limiting", "langsmith/bind-evaluator-to-dataset", "langsmith/evaluate-existing-experiment", "langsmith/local", @@ -2224,6 +2224,10 @@ } }, "redirects": [ + { + "source": "/langsmith/rate-limiting", + "destination": "/langsmith/handle-model-rate-limiting" + }, { "source": "/langsmith/env-var", "destination": "/langsmith/env-var-cloud" diff --git a/src/langsmith/evaluate-with-retry.mdx b/src/langsmith/evaluate-with-retry.mdx index 30fa69107..74304af81 100644 --- a/src/langsmith/evaluate-with-retry.mdx +++ b/src/langsmith/evaluate-with-retry.mdx @@ -52,6 +52,6 @@ results_retry = await client.aevaluate( ## Related topics * [Run an evaluation](/langsmith/evaluate-llm-application) * [Run an evaluation asynchronously](/langsmith/evaluation-async) -* [Handle model rate limits](/langsmith/rate-limiting) +* [Handle model rate limits](/langsmith/handle-model-rate-limiting) * [Experiment configuration](/langsmith/experiment-configuration) * [Evaluate existing experiment](/langsmith/evaluate-existing-experiment) diff --git a/src/langsmith/evaluation-async.mdx b/src/langsmith/evaluation-async.mdx index f9f3e2813..80c38c82c 100644 --- a/src/langsmith/evaluation-async.mdx +++ b/src/langsmith/evaluation-async.mdx @@ -74,4 +74,4 @@ results = await ls_client.aevaluate( ## Related * [Run an evaluation (synchronously)](/langsmith/evaluate-llm-application) -* [Handle model rate limits](/langsmith/rate-limiting) +* [Handle model rate limits](/langsmith/handle-model-rate-limiting) diff --git a/src/langsmith/rate-limiting.mdx b/src/langsmith/handle-model-rate-limiting.mdx similarity index 100% rename from src/langsmith/rate-limiting.mdx rename to src/langsmith/handle-model-rate-limiting.mdx