Replies: 4 comments 16 replies
-
|
\CC @geoand |
Beta Was this translation helpful? Give feedback.
-
|
Perhaps you can try |
Beta Was this translation helpful? Give feedback.
-
|
Here is the code. Here is the link to quarkus code being used by the library https://github.com/quarkiverse/quarkus-langchain4j/blob/main/model-providers/google/vertex-ai-gemini/runtime/src/main/java/io/quarkiverse/langchain4j/vertexai/runtime/gemini/VertxAiGeminiRestApi.java |
Beta Was this translation helpful? Give feedback.
-
|
@cescoffier @sberyozkin @geoand @jmartisk Do you know the proper way to use vertex gemini ai since I can’t use gemini ai it is not for enterprise. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the following dependency:
Here is some portion of my config:
when start my code for embedding, I am getting following error below:
The requested URL
/v1/projects/myproject/locations/us-central1/publishers/google/models/text-embedding-004:batchEmbedContentswas not found on this server. That?s all we know.It does not matter what model I use, I am getting 404. Checking google documentation gemini-embedding-001 or text-embedding-004 don't have batchEmbedContents for embdding.
Please advise
Beta Was this translation helpful? Give feedback.
All reactions