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
- Select + Create to create a new Content Understand project.
10
11
11
-

12
+

12
13
13
14
- Provide a name for your project (i.e. call_analyzer), select create a new hub, keep the default Azure AI service connection and select Next
14
15

15
16
- Keep the default storage account, select next and select Create project.
16
17
17
-
- Select Browse file to upload the [sample audio file](../data/convo_2c703f97-6657-4a15-b8b2-db6b96630b2d_2024-12-06%2006_00_00.wav).
18
+
- Select Browse file to upload the sample audio file included in this [workshop](../data/convo_2c703f97-6657-4a15-b8b2-db6b96630b2d_2024-12-06%2006_00_00.wav).
Copy file name to clipboardExpand all lines: workshop/docs/workshop/Challenge-1/Code_Walkthrough/02_Frontend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
The frontend is a **React-based web interface** that allows users to explore insights from conversations, interact with an AI-powered chatbot, and view dynamic visualizations.
Copy file name to clipboardExpand all lines: workshop/docs/workshop/Challenge-1/Deployment.md
+7-6Lines changed: 7 additions & 6 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](../support-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](../../../../docs/AzureAccountSetUp.md)
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../support-docs/quota_check.md)** before you deploy the solution.
24
+
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../../../../docs/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](../support-docs/AzureGPTQuotaSettings.md)
31
+
To adjust quota settings, follow these [steps](../../../../docs/AzureGPTQuotaSettings.md)
32
32
33
33
34
34
@@ -47,6 +47,7 @@ To adjust quota settings, follow these [steps](../support-docs/AzureGPTQuotaSett
47
47
python -m venv .venv
48
48
# Windows
49
49
.venv\Scripts\activate
50
+
50
51
# macOS/Linux
51
52
source .venv/bin/activate
52
53
@@ -81,8 +82,8 @@ Once deployment completes:
81
82
Additional Steps
82
83
</h2>
83
84
84
-
1.**Add App Authentication**
85
+
1.**Optional**: Add App Authentication
85
86
86
-
Follow steps in [App Authentication](./App-Authentication.md) to configure authenitcation in app service.
87
+
Follow steps in [App Authentication](../../../../docs/AppAuthentication.md) to configure authenitcation in app service.
87
88
88
89
Note: Authentication changes can take up to 10 minutes
Copy file name to clipboardExpand all lines: workshop/docs/workshop/Challenge-1/Solution_Overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<!-- ## Overview -->
3
3
The Conversation Knowledge Mining Solution Accelerator is a robust application designed to extract actionable insights from conversational data. It leverages Azure AI services and provides an interactive user interface for querying and visualizing data. The solution is built with a modular architecture, combining a React-based frontend, a FastAPI backend, and Azure services for data processing and storage.
0 commit comments