Google Vertex AI not working with gRPC transport #1300
Unanswered
KushParsaniya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue with
grpc
Transport in Spring Boot ConfigurationI am facing an issue when using the
grpc
transport for thespring.ai.vertex.ai.gemini
configuration in my Spring Boot application. The error occurs as follows:This error is encountered with the following configuration:
However, when I switch to using the rest transport, the configuration works fine without any authentication errors:
Question:
Is there a specific reason why the grpc transport is resulting in authentication errors? Are there additional steps or configurations needed to use grpc with OAuth 2 credentials in this context?
Beta Was this translation helpful? Give feedback.
All reactions