docs: update vertex AI generative model documentation#51983
docs: update vertex AI generative model documentation#51983potiuk merged 2 commits intoapache:mainfrom
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
spelling issues to fix |
|
The GitHub spell check is flagging “multimodal” as a typo, but it seems like a widely accepted term in modern AI contexts. |
let's add it to the spellcheck dict and see how others think 🙂 |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* docs: update vertex AI generative model documentation * chore: add multimodal to spelling wordlist --------- Co-authored-by: tm-kyle-naranjo <kyle.n@thinkingmachin.es>
This PR updates the docstrings for the
TextEmbeddingModelGetEmbeddingsOperatorandGenerativeModelGenerateContentOperatorto reflect the latest terminology for Google's Vertex AI services.The previous documentation referred to the "Vertex AI PaLM API," which is an outdated term. These changes replace it with more accurate descriptions, clarifying that the operators support the broader set of text and multimodal models available through the Vertex AI Generative Model API.