You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ The following environment variables are required to run the application:
84
84
-`AWS_DEFAULT_REGION`: (Optional) defaults to `us-east-1`
85
85
-`AWS_ACCESS_KEY_ID`: (Optional) needed for bedrock embeddings
86
86
-`AWS_SECRET_ACCESS_KEY`: (Optional) needed for bedrock embeddings
87
+
-`AWS_SESSION_TOKEN`: (Optional) may be needed for bedrock embeddings
87
88
-`GOOGLE_APPLICATION_CREDENTIALS`: (Optional) needed for Google VertexAI embeddings
88
89
-`RAG_CHECK_EMBEDDING_CTX_LENGTH` (Optional) Default is true, disabling this will send raw input to the embedder, use this for custom embedding models.
0 commit comments