Is vector config for text2vec_google_aistudio worked?

I want to create a collection via async client with text2vec_google_aistudio vector config.
I can successfully create the collection and insert the object but in the weaviate console the vector part shows “Not specified“.

await self.async_client.collections.create(

name="collection_name",

description="collection description",

vector_config=[
Configure.Vectors.text2vec_google_aistudio(
name="vectro_name",
source_properties=["target_property"],
model="gemini-embedding-001",
dimensions=1536
)
],
properties=[…]

)

where am i setting wrong?
Besides, If I want to manually set up in weaviate console. I do not see something like text2vec-gemini. I only see text2vec-google which is very confusing me.

Hi there,

It’s lovely to have you here in our community, and I look forward to supporting you. Please note that as a cloud cluster user, you can always submit tickets through our internal system at support@weaviate.io. It allows us to see more into the server and access a lot of areas where investigation and fixing problems are quick.

In the Console, text2vec-google can refer to Vertex or Gemini, so that’s fine.

The reason you don’t see it displayed is because you’re using named vectors, but we do have this to be visible too. Could you open a ticket in the support queue and mention me? I’ll then be able to connect and check some areas where there could the problem.

Best regards,
Mohamed Shahin
Weaviate Support Engineer
(Ireland, UTC±00:00/+01:00)

1 Like

Thanks for your response! I’ve sent the email, restated the issue clearly, and attached the screenshots.
However, I received the bot email respond to me.
Hope the email finds you well.

@Jack_Lai I’ve got it. I will look into it shortly and get back to you there.

Best regards,
Mohamed Shahin
Weaviate Support Engineer
(Ireland, UTC±00:00/+01:00)

1 Like