How can we make it work?
Because I am following documentation and I am founding really hard tbh. Any help?
I would like to make a similar process as with “batches.create” and upload the request to my GCS
How can we make it work?
Because I am following documentation and I am founding really hard tbh. Any help?
I would like to make a similar process as with “batches.create” and upload the request to my GCS
Hello,
We have step by step instructions for batch embedding available in the cookbook. We recommend going through the Batch Embedding section in the Batch Mode cookbook for more clarity.
If you still face any difficulties, please feel free to reach out.
I have the same question as OP.
@Lalit_Kumar the example you’ve shared is for using Gemini API, not using Vertex AI.
When submitting a batch from Vertex UI, then the only available models are Gemini 1.5-2.5 LLMs - no option for “gemini-embedding-001”.
Gemini API has more limitations on the Files API than Vertex AI - total number of files uploaded and their total size as well.
Hello,
Welcome to the Forum,
We have provided the list of embedding models supported with Vertex AI in the our documentation. We recommend going through supported model section in documentation to find this list.
@Lalit_Kumar , I’m following the example from the docs, and it fails with 'The PublisherModel text-embedding-005 does not exist.'. The same result for gemini-embedding-001, and both those models are said to be supported in the link you sent…
Hello,
Could you please share your code so that we can try to reproduce your issue?