airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Add PromptLanguageModelOperator and PromptMultimodalModelOperator for Google Cloud Generative AI use

Open CYarros10 opened this issue 1 year ago • 0 comments

Creating hooks, operators, and test for two Google Cloud generative model APIs. Namely, the language model for text generation (PaLM 2) and the multimodal model for content generation (Gemini). This will help data engineers begin to incorporate generative AI into their pipelines.


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

CYarros10 avatar Feb 17 '24 02:02 CYarros10