Rename rate-limiting file for clarity to model-rate-limits per title (#4537)

This commit is contained in:
Kathryn May
2026-06-18 14:46:30 -04:00
committed by GitHub
parent efae199a21
commit 693ea41d41
4 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -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"
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)