Guillaume Laforge

Results 75 comments of Guillaume Laforge

I tried on my machine, with 0.31, but couldn't reproduce the issue, I could load, for example, an embedding model from the `vertex-ai` module, and then the Gemini model from...

I see `com.google.cloud:google-cloud-vertexai:jar:0.1.0:compile`. Shouldn't that be `0.31.0` instead of `0.1.0`? _(ie. a missing `3`)_

When using `System.getenv(projectId)` with `String projectId = "myproject-id"`, that means that your Java program will look for an environment variable that is called `myproject-id`. Instead, I think you want to...

@caesarsiza It sounds strange, and makes me think again of a dependency issues. Could you please show me your `pom.xml` file? And also print the output of the command: `mvn...

You can put the XML in a fenced code block (with the triple backticks) Looking at the trace you pasted, I see `com.google.cloud:google-cloud-vertexai:jar:0.4.0` which is a very old version. Somehow...

Which version of Java do you use? I think `record` was introduced in Java 16 or so. So be sure to use a recent version of Java.

Try with Java 21. The code you're referencing in my Gemini / LangChain4j workshop is compiled and runs with Java 21.

Would love to see Gemma 3 as well on Jlama!

Hi, just curious if there are any updates on the support of Gemma 3?

Yeah, Gemma 3n would be nice!