Skip to content

Commit 14c6678

Browse files
authored
docs: make BEDROCK_REGION required for AWS Bedrock integration (#262)
1 parent 62b1f63 commit 14c6678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-host/customize-deployment/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To enable AI Analyst, set `AI_COPILOT_ENABLED=true` and provide an API key for `
255255
| `BEDROCK_ACCESS_KEY_ID` | AWS access key ID for Bedrock | Required if not using API key | |
256256
| `BEDROCK_SECRET_ACCESS_KEY`| AWS secret access key for Bedrock | Required if using access key ID | |
257257
| `BEDROCK_SESSION_TOKEN` | AWS session token (for temporary credentials) | | |
258-
| `BEDROCK_REGION` | AWS region for Bedrock | Required when using IAM credentials | |
258+
| `BEDROCK_REGION` | AWS region for Bedrock | <Icon icon="square-check" iconType="solid" /> | |
259259
| `BEDROCK_MODEL_NAME` | Bedrock model name to use | | `claude-sonnet-4-5` |
260260
| `BEDROCK_EMBEDDING_MODEL` | Bedrock embedding model for verified answers | | `cohere.embed-english-v3` |
261261
| `BEDROCK_AVAILABLE_MODELS` | Comma-separated list of models available in the model picker | | All supported models |

0 commit comments

Comments
 (0)