Skip to content

Commit 6f60e46

Browse files
Merge pull request #516 from microsoft/psl-githubaction
fix: added proper path for all files
2 parents f758d2e + 4d886d0 commit 6f60e46

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/workshop/docs/workshop/Challenge-1/Deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We will set up the initial environment for you to build on top of during your Mi
33

44
### **Prerequisites**
55

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)
77
- [VS Code](https://code.visualstudio.com/download) installed locally
88

99

@@ -15,20 +15,20 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
1515
- Azure AI Content Understanding
1616
- Embedding Deployment Capacity
1717
- GPT Model Capacity
18-
- [Azure Semantic Search](../../../../docs/AzureSemanticSearchRegion.md)
18+
- [Azure Semantic Search](../../../../../documents/AzureSemanticSearchRegion.md)
1919

2020
Here are some example regions where the services are available: East US2
2121

2222
### ⚠️ Important: Check Azure OpenAI Quota Availability
2323

24-
➡️ 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.
2525

2626

2727
### Quota Recommendations
2828
By default, the **GPT model capacity** in deployment is set to **30k tokens**.
2929
> **We recommend increasing the capacity to 120k tokens for optimal performance.**
3030
31-
To adjust quota settings, follow these [steps](../../../../docs/AzureGPTQuotaSettings.md)
31+
To adjust quota settings, follow these [steps](../../../../../documents/AzureGPTQuotaSettings.md)
3232

3333

3434

@@ -84,6 +84,6 @@ Additional Steps
8484

8585
1. **Optional**: Add App Authentication
8686

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.
8888

8989
Note: Authentication changes can take up to 10 minutes

docs/workshop/docs/workshop/Challenge-3-and-4/Challenge-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ One of the easiest and most fun changes you can make to the app is updating the
55
---
66

77
### Step 1: Prepare Your New Logo
8-
1. Create or use a new logo (e.g [Contoso Img logo](../../../../src/App/src/Assets/ContosoImg.png)) in `src/app/src/Assets/`.
8+
1. Create or use a new logo (e.g [Contoso Img logo](../../../../../src/App/src/Assets/ContosoImg.png)) in `src/app/src/Assets/`.
99
2. Save the logo as an image file (e.g., `logo.png`).
1010
3. Ensure the image has a reasonable size (e.g., 100x100 pixels) for better display.
1111
4. Place the logo file in the following folder:

docs/workshop/docs/workshop/Challenge-5/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Content Understanding is an innovative solution designed to analyze and interpre
1010

1111
| File | Description |
1212
| --- | --- |
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. |
1515

1616
## Getting started
1717

docs/workshop/docs/workshop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ An analyst managing large volumes of conversational data needs a solution to vis
1010

1111
### Technical key features
1212

13-
![image](../workshop/support-docs/Images/ReadMe/techkeyfeatures.png)
13+
![image](../workshop/img/ReadMe/techkeyfeatures.png)
1414

0 commit comments

Comments
 (0)