Skip to content

Commit f69c13d

Browse files
authored
📙 docs: More Info on GOOGLE_APPLICATION_CREDENTIALS (#177)
1 parent 8cc6695 commit f69c13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following environment variables are required to run the application:
8787
- `AWS_ACCESS_KEY_ID`: (Optional) needed for bedrock embeddings
8888
- `AWS_SECRET_ACCESS_KEY`: (Optional) needed for bedrock embeddings
8989
- `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)
9191
- `RAG_CHECK_EMBEDDING_CTX_LENGTH` (Optional) Default is true, disabling this will send raw input to the embedder, use this for custom embedding models.
9292

9393
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

Comments
 (0)