Marcos Alexandre de Melo
Marcos Alexandre de Melo
I have the same problem with the 1.15.0 version.
> @yangfeng20 There is a way to work around with the current `spring-ai-vertex-ai-gemini` dependency by replacing the low-level Request Formatter in `HttpJsonPredictionServiceStub` with the one pointing to the api endpoint...
@vanduc2514 , this works for me. Sometimes I get timeout exceptions like this: ``` java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:278) ~[na:na] at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:304) ~[na:na] at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) ~[na:na] at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) ~[na:na]...
> @marcosamm You are welcome, I'm glad that it works for you. The issue you have seems related to SSL handshake timeout, does it frequently happen ? Sorry for the...