Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ When you start the deployment, most parameters will have **default values**, but
| **Secondary Location** | A **less busy** region for **Azure Cosmos DB**, useful in case of availability constraints. | eastus2 |
| **Deployment Type** | Select from a drop-down list. | GlobalStandard |
| **GPT Model** | Choose from **gpt-4o**. | gpt-4o |
| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 300k |
| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 30k |

</details>

Expand Down Expand Up @@ -267,4 +267,4 @@ This will rebuild the source code, package it into a container, and push it to t
Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities:
* Open the web container app URL in your browser and explore the web user interface and upload your own invoices.
* [Create your own schema definition](./CustomizeSchemaData.md), so you can upload and process your own types of documents.
* [Ingest the API](API.md) for processing documents programmatically.
* [Ingest the API](API.md) for processing documents programmatically.
Loading