Browse Source

issue-982: add azure speech to text and Azure OpenAI

pull/1061/head
Phước Trần 3 days ago
parent
commit
6b9a20b621
6 changed files with 14 additions and 0 deletions
  1. +8
    -0
      diagrams/azure/ml.py
  2. +6
    -0
      docs/nodes/azure.md
  3. BIN
      resources/azure/ml/azure-open-ai.png
  4. BIN
      resources/azure/ml/azure-speed-to-text.png
  5. BIN
      website/static/img/resources/azure/ml/azure-open-ai.png
  6. BIN
      website/static/img/resources/azure/ml/azure-speed-to-text.png

+ 8
- 0
diagrams/azure/ml.py View File

@@ -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"



+ 6
- 0
docs/nodes/azure.md View File

@@ -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**



BIN
resources/azure/ml/azure-open-ai.png View File

Before After
Width: 256  |  Height: 256  |  Size: 51 KiB

BIN
resources/azure/ml/azure-speed-to-text.png View File

Before After
Width: 256  |  Height: 256  |  Size: 7.8 KiB

BIN
website/static/img/resources/azure/ml/azure-open-ai.png View File

Before After
Width: 256  |  Height: 256  |  Size: 51 KiB

BIN
website/static/img/resources/azure/ml/azure-speed-to-text.png View File

Before After
Width: 256  |  Height: 256  |  Size: 7.8 KiB

Loading…
Cancel
Save