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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The following environment variables are required to run the application:
87
87
-`AWS_ACCESS_KEY_ID`: (Optional) needed for bedrock embeddings
88
88
-`AWS_SECRET_ACCESS_KEY`: (Optional) needed for bedrock embeddings
89
89
-`AWS_SESSION_TOKEN`: (Optional) may be needed for bedrock embeddings
90
-
-`GOOGLE_APPLICATION_CREDENTIALS`: (Optional) needed for Google VertexAI embeddings
90
+
-`GOOGLE_APPLICATION_CREDENTIALS`: (Optional) needed for Google VertexAI embeddings. This should be a path to a service account credential file in JSON format, as accepted by [langchain](https://python.langchain.com/api_reference/google_vertexai/index.html)
91
91
-`RAG_CHECK_EMBEDDING_CTX_LENGTH` (Optional) Default is true, disabling this will send raw input to the embedder, use this for custom embedding models.
92
92
93
93
Make sure to set these environment variables before running the application. You can set them in a `.env` file or as system environment variables.
0 commit comments