Skip to content

Commit 36f576f

Browse files
fix: typos error fixed
fix: typos error fixed
2 parents e7b4f32 + d4bb402 commit 36f576f

File tree

15 files changed

+1724
-31
lines changed

15 files changed

+1724
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Additional Steps
203203
204204
1. **Add App Authentication**
205205
206-
Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authenitcation in app service.
206+
Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authentication in app service.
207207
208208
Note: Authentication changes can take up to 10 minutes
209209

docs/AppAuthentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
![Add Details](Images/AddDetails.png)
3838

39-
5. After application is created sucessfully, then click on `Add a Redirect URL`.
39+
5. After application is created successfully, then click on `Add a Redirect URL`.
4040

4141
![Redirect URL](Images/AddRedirectURL.png)
4242

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
By default this template will use the environment name as the prefix to prevent naming collisions within Azure. The parameters below show the default values. You only need to run the statements below if you need to change the values.
44

55

6-
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 charaters alphanumeric unique name.
6+
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 characters alphanumeric unique name.
77
88
Change the Content Understanding Location (allowed values: Sweden Central, Australia East)
99

docs/Fabric_deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you'd like to customize the solution accelerator, here are some ways you migh
2424
7. Click Publish
2525
7. Retrieve Workspace ID from URL, refer to documentation additional assistance ([here](https://learn.microsoft.com/en-us/fabric/admin/portal-workspace#identify-your-workspace-id))
2626

27-
***Note: Wait until the Environment is finished publishing prior to proceeding witht the next steps.
27+
***Note: Wait until the Environment is finished publishing prior to proceeding with the next steps.
2828

2929
4. **Deploy Fabric resources and artifacts**
3030
1. Navigate to ([Azure Portal](https://portal.azure.com/))
@@ -40,7 +40,7 @@ If you'd like to customize the solution accelerator, here are some ways you migh
4040
3. solutionprefix_param - prefix used to append to lakehouse upon creation
4141
5. **Add App Authentication**
4242

43-
Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authenitcation in app service.
43+
Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authentication in app service.
4444

4545
### Upload additional files
4646

docs/quota_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southc
6060
### **Sample Output**
6161
The final table lists regions with available quota. You can select any of these regions for deployment.
6262

63-
![quota-check-ouput](Images/quota-check-output.png)
63+
![quota-check-output](Images/quota-check-output.png)
6464

6565
---
6666
### **If using Azure Portal and Cloud Shell**

infra/data/ckm-analyzer_config_audio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"keyPhrases": {
5858
"type": "string",
5959
"method": "generate",
60-
"description": "Identify the top 10 key phrases as comma seperated string excluding people names"
60+
"description": "Identify the top 10 key phrases as comma separated string excluding people names"
6161
},
6262
"complaint": {
6363
"type": "string",

infra/data/ckm-analyzer_config_text.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"keyPhrases": {
5757
"type": "string",
5858
"method": "generate",
59-
"description": "Identify the top 10 key phrases as comma seperated string excluding people names"
59+
"description": "Identify the top 10 key phrases as comma separated string excluding people names"
6060
},
6161
"complaint": {
6262
"type": "string",

infra/scripts/fabric_scripts/notebooks/00_process_json_files.ipynb

Lines changed: 818 additions & 1 deletion
Large diffs are not rendered by default.

infra/scripts/fabric_scripts/notebooks/02_enrich_audio_data.ipynb

Lines changed: 877 additions & 1 deletion
Large diffs are not rendered by default.

infra/scripts/fabric_scripts/notebooks/cu/process_cu_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
" If the input data is insufficient for reliable topic modeling, indicate that more data is needed rather than making assumptions. \n",
439439
" Ensure that the topics and labels are accurate, relevant, and easy to understand.\n",
440440
"\n",
441-
" Return the topics and their labels in JSON format.Always add 'topics' node and 'label', 'description' attriubtes in json.\n",
441+
" Return the topics and their labels in JSON format.Always add 'topics' node and 'label', 'description' attributes in json.\n",
442442
" Do not return anything else.\n",
443443
" \"\"\"\n",
444444
" system_prompt = 'You are a helpful assistant.'\n",
@@ -556,7 +556,7 @@
556556
" # Construct the prompt \n",
557557
" prompt = f'''You are a data analysis assistant to help find the closest topic for a given text {input_text} \n",
558558
" from a list of topics - {list_of_topics}.\n",
559-
" ALLWAYS only return a topic from list - {list_of_topics}. Do not add any other text.'''\n",
559+
" ALWAYS only return a topic from list - {list_of_topics}. Do not add any other text.'''\n",
560560
" system_prompt = 'You are a helpful assistant.'\n",
561561
" try:\n",
562562
" response = openai.ChatCompletion.create(\n",

0 commit comments

Comments
 (0)