Skip to content

Commit

Permalink
issue-982: add azure speech to text and Azure OpenAI (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvqphuoc01 authored and gabriel-tessier committed Nov 20, 2024
1 parent 8d767bf commit 44b0ba0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/azure/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ class _Ml(_Azure):
_icon_dir = "resources/azure/ml"


class AzureOpenAI(_Ml):
_icon = "azure-open-ai.png"


class AzureSpeedToText(_Ml):
_icon = "azure-speed-to-text.png"


class BatchAI(_Ml):
_icon = "batch-ai.png"

Expand Down
6 changes: 6 additions & 0 deletions docs/nodes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@ Node classes list of the azure provider.
## azure.ml


<img width="30" src="/img/resources/azure/ml/azure-open-ai.png" alt="AzureOpenAI" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.AzureOpenAI**

<img width="30" src="/img/resources/azure/ml/azure-speed-to-text.png" alt="AzureSpeedToText" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.AzureSpeedToText**

<img width="30" src="/img/resources/azure/ml/batch-ai.png" alt="BatchAI" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.BatchAI**

Expand Down
Binary file added resources/azure/ml/azure-open-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/azure/ml/azure-speed-to-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44b0ba0

Please sign in to comment.