This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e5aea498b62 Improve OpenAI provider metadata and documentation (#61054)
e5aea498b62 is described below

commit e5aea498b62065618dc3f5cf7aa82ce1f8d02d6d
Author: Harshitha98A <[email protected]>
AuthorDate: Thu Mar 12 06:26:50 2026 +0530

    Improve OpenAI provider metadata and documentation (#61054)
    
    * Improve OpenAI provider metadata and documentation
    
    * Remove duplicate llm tag from OpenAI provider metadata
---
 providers/openai/provider.yaml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/providers/openai/provider.yaml b/providers/openai/provider.yaml
index 96194461b4d..acbe2a7d91a 100644
--- a/providers/openai/provider.yaml
+++ b/providers/openai/provider.yaml
@@ -21,7 +21,9 @@ package-name: apache-airflow-providers-openai
 name: OpenAI
 
 description: |
-    `OpenAI <https://platform.openai.com/docs/introduction>`__
+    `OpenAI <https://platform.openai.com/docs/introduction>`__ provider for 
Apache Airflow.
+    Enables interaction with OpenAI APIs for text generation, embeddings,
+    and other AI-powered workflows directly from Airflow DAGs.
 
 state: ready
 lifecycle: production
@@ -60,7 +62,15 @@ integrations:
     logo: /docs/integration-logos/OpenAI.png
     how-to-guide:
       - /docs/apache-airflow-providers-openai/operators/openai.rst
-    tags: [software]
+    tags:
+  - ai
+  - openai
+  - machine-learning
+  - generative-ai
+  - llm
+  - text-generation
+  - embeddings
+  - ai-inference
 
 hooks:
   - integration-name: OpenAI

Reply via email to