mirror of
https://github.com/langchain-ai/docs.git
synced 2026-08-27 21:00:00 -04:00
Rename rate-limiting file for clarity to model-rate-limits per title (#4537)
This commit is contained in:
+5
-1
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user