Vertex AI and Weaviate

New to vertexAI/GCP. I’m trying to do generative search / basic RAG using vertex ai and weaviate vector db. I’m trying to follow the docs but kept running into this issue. Generative Search - Google | Weaviate - Vector Database

Any thoughts on what could be causing error like this:

“message”: “remote client vectorize: connection to Google failed with status: 400 error: Invalid resource field value in the request.”

I’m using Docker Compose, VertexAI.

Hello, we have tests that verify that Weaviate works with Vertex AI and they are green, which version of Weaviate are you using? and which model you are trying out?

Hi @antas-marcin ,

I have the following versions

weaviate-client == 4.5.5
gemini-pro==gemini-1.5-pro-001

Do you have a reference architecture / repo that I can refer to? thanks

hi @gratchie11 !

Can you try with the latest version?

Also, can you share some code we can reproduce this issue?

Thanks!