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
Backport PR #1417 on branch 2.x (Add VertexAI model provider) (#1421)
* Backport PR #1417: Add VertexAI model provider
* add cohere version ceiling, porting fix from #1412
* add cohere version floor
* bump cohere version floor
* remove hard dep on langchain_google_vertexai
* add version floors to langchain_aws and langchain_cohere
* loosen cohere version floor to match langchain_cohere>=0.3
---------
Co-authored-by: Phuc Hung Nguyen <[email protected]>
Co-authored-by: David L. Qiu <[email protected]>
"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