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/CustomizeData.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,14 @@ If you would like to update the solution to leverage your own data please follow
10
10
11
11
1. Navigate to the storage account in the resource group you are using for this solution.
12
12
2. Open the `data` container
13
-
3. If you have audio files, upload them to `custom_audiodata` folder. If you have call transcript files, upload them to `custom_call_transcripts` folder.
13
+
3. If you have audio files, upload them to `custom_audiodata` folder. If you have call transcript files, upload them to `custom_transcripts` folder.
14
14
4. Navigate to the terminal and run the `run_process_data_script.sh` to process the new data into the solution with the following commands.
0 commit comments