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
"To use Vertex AI Generative AI you must have the langchain-google-vertexai Python package installed and either:\n\n"
17
+
"- Have credentials configured for your environment (gcloud, workload identity, etc...)\n"
18
+
"- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n\n"
19
+
"This codebase uses the google.auth library which first looks for the application credentials variable mentioned above, and then looks for system-level auth. "
20
+
"For more information, see the [Vertex AI authentication documentation](https://python.langchain.com/docs/integrations/llms/google_vertex_ai_palm/)."
"To use Vertex AI Generative AI you must have the langchain-google-vertexai Python package installed and either:\n\n"
34
+
"- Have credentials configured for your environment (gcloud, workload identity, etc...)\n"
35
+
"- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n\n"
36
+
"This codebase uses the google.auth library which first looks for the application credentials variable mentioned above, and then looks for system-level auth. "
37
+
"For more information, see the [Vertex AI authentication documentation](https://python.langchain.com/docs/integrations/llms/google_vertex_ai_palm/)."
0 commit comments