How to use Google Vertex Provider #2531
Replies: 3 comments
-
Any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
currently having this issue as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
same here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use Google Vertex provider reading the documentation:
const vertex = createVertex({ project: 'my-project', // optional location: 'us-central1', // optional });
if I try to use it only with project and location it gives me this error:
`GoogleAuthError: [VertexAI.GoogleAuthError]:
Unable to authenticate your request
Depending on your run time environment, you can get authentication by
!gcloud auth login
-
from google.colab import auth
-
auth.authenticate_user()
and is confusing how this authenticate without an api key, is there any extra information that can help here?
Beta Was this translation helpful? Give feedback.
All reactions