Open heinsenberg82 opened 2 months ago
The Weaviate documentation (https://weaviate.io/developers/weaviate/model-providers/google/embeddings) says that, for the integration with Vertex AI to work, the Vertex AI API key must be passed in the request header in the X-Google-Vertex-Api-Key
field. Is the library configured to do this?
Hi @heinsenberg82 we have introduced new VectorData connectors to replace the experimental Memory functionality. Our plan is to mark the current experimental Memory functionality as obsolete and we are encouraging developer to switch to using the VectorData functionality.
Here are some links to help you to get started:
I keep receiving the same error on my code:
My code:
I've already made sure that I have all the necessary permissions on the Google Cloud and AI Vertex API, so much so that I can generate embeddings via curl. I just can't generate the embeddings programmatically.
Also, this is my collection on Weaviate:
I can't identify what I would supposedly be doing wrong.