[Docs] Wrong example google embeddings AI Studio Python example

I got an error using Python API v4 example with AI Studio on the
Document.

I can run following vectorizer_config.

    client.collections.create(
        name=collection_name,
        vectorizer_config=[
            Configure.NamedVectors.text2vec_palm(
                name="title_vector", 
                source_properties=["title"],
                model_id="text-embedding-004",
                api_endpoint="generativelanguage.googleapis.com",
                project_id=""
            )
        ],

I think there are 2 problems.

  1. The project_id is REQUIRED on Python Client.
  2. Default api_endpoint is Vertex AI for text2vec_palm on Server side.

What do you think?

hi @johtani !!

Welcome to our community :hugs:

Thanks for pointing it out.

We’ll look into it.

Thanks!