|
2 | 2 |
|
3 | 3 | ## **Pre-requisites** |
4 | 4 |
|
5 | | -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, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./docs/AzureAccountSetUp.md). |
| 5 | +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, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./AzureAccountSetUp.md). |
6 | 6 |
|
7 | 7 | Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) page and select a **region** where the following services are available: |
8 | 8 |
|
@@ -38,7 +38,7 @@ This will allow the scripts to run for the current session without permanently c |
38 | 38 |
|
39 | 39 | ## Deployment Options & Steps |
40 | 40 |
|
41 | | -Pick from the options below to see step-by-step instructions for GitHub Codespaces, VS Code Dev Containers, Local Environments, and Bicep deployments. |
| 41 | +Pick from the options below to see step-by-step instructions for GitHub Codespaces, VS Code Dev Containers, and Local Environments. |
42 | 42 |
|
43 | 43 | | [](https://codespaces.new/microsoft/content-processing-solution-accelerator) | [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/content-processing-solution-accelerator) | |
44 | 44 | |---|---| |
@@ -117,16 +117,16 @@ When you start the deployment, most parameters will have **default values**, but |
117 | 117 | | **Azure AI Content Understanding Location** | Select from a drop-down list of values. | Sweden Central | |
118 | 118 | | **Secondary Location** | A **less busy** region for **Azure Cosmos DB**, useful in case of availability constraints. | eastus2 | |
119 | 119 | | **Deployment Type** | Select from a drop-down list. | GlobalStandard | |
120 | | -| **GPT Model** | Choose from **gpt-4, gpt-4o, gpt-4o-mini**. | gpt-4o | |
121 | | -| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 100k | |
| 120 | +| **GPT Model** | Choose from **gpt-4o**. | gpt-4o | |
| 121 | +| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 300k | |
122 | 122 |
|
123 | 123 | </details> |
124 | 124 |
|
125 | 125 | <details> |
126 | 126 | <summary><b>[Optional] Quota Recommendations</b></summary> |
127 | 127 |
|
128 | 128 | By default, the **GPT model capacity** in deployment is set to **30k tokens**. |
129 | | -> **We recommend increasing the capacity to 100k tokens for optimal performance.** |
| 129 | +> **We recommend increasing the capacity to 100k tokens, if available, for optimal performance.** |
130 | 130 |
|
131 | 131 | To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md). |
132 | 132 |
|
@@ -261,3 +261,10 @@ This will rebuild the source code, package it into a container, and push it to t |
261 | 261 | 4. **Deleting Resources After a Failed Deployment** |
262 | 262 |
|
263 | 263 | - Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources. |
| 264 | +
|
| 265 | +## Next Steps |
| 266 | +
|
| 267 | +Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities: |
| 268 | +* Open the web container app URL in your browser and explore the web user interface and upload your own invoices. |
| 269 | +* [Create your own schema definition](./CustomizeSchemaData.md), so you can upload and process your own types of documents. |
| 270 | +* [Ingest the API](API.md) for processing documents programmatically. |
0 commit comments