Lee-W commented on code in PR #69551: URL: https://github.com/apache/airflow/pull/69551#discussion_r3550622994
########## providers/openai/docs/index.rst: ########## @@ -19,6 +19,41 @@ ``apache-airflow-providers-openai`` ====================================== +When to use this provider +-------------------------- + +Use ``openai`` when a Dag needs OpenAI's native API surface — thin wrappers over +OpenAI-specific endpoints and options: + +* ``OpenAIEmbeddingOperator`` — call the Embeddings API directly, e.g. to feed a vector + store. +* ``OpenAIResponseOperator`` — call the + `Responses API <https://platform.openai.com/docs/api-reference/responses>`__ with + OpenAI-specific parameters. +* ``OpenAITriggerBatchOperator`` and ``OpenAIHook`` — submit a Review Comment: 1. dropped it 2. Added a short description https://github.com/apache/airflow/pull/69649 <img width="1944" height="210" alt="image" src="https://github.com/user-attachments/assets/1a6347a2-58f4-4e79-a272-16cea926d203" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
