Skip to content

Commit 173d72f

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 3f507f2 commit 173d72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/diagrams/ai/ai-multivendor-observability-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following architecture illustrates the setup of [AI Gateway](/ai-gateway/) a
3838
![Figure 1: Multi-vendor AI architecture](~/assets/images/reference-architecture/ai-multivendor-observability-control/ai-multi-vendor-observability-control.svg "Multi-vendor AI architecture")
3939

4040
1. **Inference request**: Send POST request to your AI gateway.
41-
2. **Request proxying**: Forward `POST` request to AI Inference provider or serve response from [cache, if enabled and available](/ai-gateway/configuration/caching). During this process, both [analytics](/ai-gateway/observability/analytics/) and [logs](/ai-gateway/observability/analytics/#logging) are collected. Additionally, controls such as Rate Limiting are enforced.
41+
2. **Request proxying**: Forward `POST` request to AI Inference provider or serve response from [cache, if enabled and available](/ai-gateway/configuration/caching). During this process, both [analytics](/ai-gateway/observability/analytics/) and [logs](/ai-gateway/observability/analytics/) are collected. Additionally, controls such as Rate Limiting are enforced.
4242
3. **Error handling**: In case of errors, retry request or fallback to other inference provider, depending on configuration.
4343

4444
## Related resources

0 commit comments

Comments
 (0)