-
Notifications
You must be signed in to change notification settings - Fork 16.4k
docs: update vertex AI generative model documentation #51983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.