You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workshop/docs/workshop/Challenge-1/Deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ We will set up the initial environment for you to build on top of during your Mi
3
3
4
4
### **Prerequisites**
5
5
6
-
- To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups and resources**. Follow the steps in [Azure Account Set Up](../../../../docs/AzureAccountSetUp.md)
6
+
- To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups and resources**. Follow the steps in [Azure Account Set Up](../../../../../documents/AzureAccountSetUp.md)
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../../../../docs/QuotaCheck.md)** before you deploy the solution.
24
+
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../../../../../documents/QuotaCheck.md)** before you deploy the solution.
25
25
26
26
27
27
### Quota Recommendations
28
28
By default, the **GPT model capacity** in deployment is set to **30k tokens**.
29
29
> **We recommend increasing the capacity to 120k tokens for optimal performance.**
30
30
31
-
To adjust quota settings, follow these [steps](../../../../docs/AzureGPTQuotaSettings.md)
31
+
To adjust quota settings, follow these [steps](../../../../../documents/AzureGPTQuotaSettings.md)
32
32
33
33
34
34
@@ -84,6 +84,6 @@ Additional Steps
84
84
85
85
1.**Optional**: Add App Authentication
86
86
87
-
Follow steps in [App Authentication](../../../../docs/AppAuthentication.md) to configure authenitcation in app service.
87
+
Follow steps in [App Authentication](../../../../../documents/AppAuthentication.md) to configure authenitcation in app service.
88
88
89
89
Note: Authentication changes can take up to 10 minutes
Copy file name to clipboardExpand all lines: docs/workshop/docs/workshop/Challenge-5/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Content Understanding is an innovative solution designed to analyze and interpre
10
10
11
11
| File | Description |
12
12
| --- | --- |
13
-
|[video_chapter_generation.ipynb](video_chapter_generation.ipynb)| Extract semantic descriptions using content understanding API, and then leverage OpenAI to group into video chapters. |
14
-
|[video_tag_generation.ipynb](video_tag_generation.ipynb)| Generate video tags based on Azure Content Understanding and Azure OpenAI. |
13
+
|[video_chapter_generation.ipynb](../Challenge-5/notebooks/video_chapter_generation.ipynb)| Extract semantic descriptions using content understanding API, and then leverage OpenAI to group into video chapters. |
14
+
|[video_tag_generation.ipynb](../Challenge-5/notebooks/video_tag_generation.ipynb)| Generate video tags based on Azure Content Understanding and Azure OpenAI. |
0 commit comments