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
This document provides guidance on post-deployment steps after deploying the Document Knowledge Mining Solution Accelerator from the [AVM (Azure Verified Modules) repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/document-knowledge-mining).
4
+
5
+
## Overview
6
+
7
+
After deploying the infrastructure using AVM, you'll need to complete the application layer setup, which includes:
8
+
- Configuring Kubernetes infrastructure
9
+
- Building and deploying container images
10
+
- Setting up certificates and ingress controllers
11
+
- Configuring application settings
12
+
13
+
## Prerequisites
14
+
15
+
Before starting the post-deployment process, ensure you have the following:
16
+
17
+
### Required Software
18
+
19
+
1. **[PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.4)** <small>(v7.0+ recommended, v5.1+ minimum)</small> - Available for Windows, macOS, and Linux
9. **Deployed Infrastructure** - A successful Document Knowledge Mining Accelerator deployment from the [AVM repository](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/document-knowledge-mining)
54
+
55
+
## Post-Deployment Steps
56
+
57
+
### Step 1: Clone the Repository
58
+
59
+
First, clone this repository to access the post-deployment scripts:
**🎉 Congratulations!** Your deployment is complete.
122
+
123
+
**Important**: Save the application URL displayed in the console - you'll need it for data upload and accessing the application.
124
+
125
+
## Next Steps
126
+
127
+
### 1. Configure Azure OpenAI Rate Limits
128
+
129
+
> **⚠️ Critical**: The default deployment creates models with minimal TPM (Tokens Per Minute) limits. You **must** increase these limits for proper performance.
- **Access the web application** at the URL provided in the deployment output
182
+
- **Start exploring** the knowledge mining capabilities
183
+
- **Upload additional documents** through the web interface
184
+
185
+
---
186
+
187
+
> **📋 Note**: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main [Deployment Guide](./DeploymentGuide.md).
0 commit comments