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