Skip to content

Commit 3bd83e7

Browse files
committed
update readme
1 parent c75cef3 commit 3bd83e7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/CustomizeData.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Customize the solution with your own data
2+
3+
If you would like to update the solution to leverage your own data please follow the steps below.
4+
> Note: you will need to complete the deployment steps [here](./DeploymentGuide.md) before proceeding.
5+
6+
## Prerequisites:
7+
1. Your data will need to be in JSON or wav format with the file name formated prefixed with "convo" then a GUID followed by a timestamp. For more examples of the data format, please review the sample transcripts and audio data included [here](/infra/data/)
8+
* Example: convo_32e38683-bbf7-407e-a541-09b37b77921d_2024-12-07 04%3A00%3A00
9+
10+
11+
1. Navigate to the storage account in the resource group you are using for this solution.
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.
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.
15+
```shell
16+
cd infra
17+
18+
az login
19+
20+
bash run_process_data_script.sh
21+
```
22+

docs/DeploymentGuide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,8 @@ To help you get started, here are some **Sample Questions** you can ask in the a
210210
- Give a summary of billing issues
211211
- When customers call in about unexpected charges, what types of charges are they seeing?
212212
213-
These questions serve as a great starting point to explore insights from the data.
213+
These questions serve as a great starting point to explore insights from the data.
214+
215+
## Next Steps:
216+
Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities:
217+
* [Customize the solution](./DeploymentGuide.md) with your own data

0 commit comments

Comments
 (0)