Replies: 4 comments 19 replies
|
Perhaps you can try |
4 replies
|
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 |
2 replies
|
@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. |
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions