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
1. Sign up for a [free Azure account](https://azure.microsoft.com/free/) and create an Azure Subscription.
4
+
2. Check that you have the necessary permissions:
5
+
* Your Azure account must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [Role Based Access Control Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#role-based-access-control-administrator-preview), [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator), or [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner).
6
+
* Your Azure account also needs `Microsoft.Resources/deployments/write` permissions on the subscription level.
7
+
8
+
You can view the permissions for your account and subscription by following the steps below:
9
+
- Navigate to the [Azure Portal](https://portal.azure.com/) and click on `Subscriptions` under 'Navigation'
10
+
- Select the subscription you are using for this accelerator from the list.
11
+
- If you try to search for your subscription and it does not come up, make sure no filters are selected.
12
+
- Select `Access control (IAM)` and you can see the roles that are assigned to your account for this subscription.
13
+
- If you want to see more information about the roles, you can go to the `Role assignments`
14
+
tab and search by your account name and then click the role you want to view more information about.
Copy file name to clipboardExpand all lines: docs/DataProcessing.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## Content Processing
1
+
## Content and Data Processing Workflow
2
2
Additional details about how content processing is handled in the solution. This includes the workflow steps and how to use your own data in the solution.
Documents added to blob storage. Processing is triggered based on file check-in.
8
8
@@ -34,6 +34,10 @@ You can upload through the user interface files that you would like processed. T
34
34
2. <u>Bulk File Processing</u><br/>
35
35
You can take buik file processing since the web app saves uploaded files here also. This would be the ideal to upload a large number of document or files that are large in size.
36
36
37
+
> **Document Upload Limit:** <br/>
38
+
Please ensure that the document you upload does not exceed a maximum size of 250 MB.
39
+
40
+
37
41
### Modifying Processing Prompts
38
42
39
43
Prompt based processing is used for context extraction, summarization, and keyword/entity extraction. Modifications to the prompts will change what is extracted for the related workflow step.
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Deployment Guide for Services
1
+
# Deployment Guide
2
2
3
3
> This repository presents a solution and reference architecture for the Knowledge Mining solution accelerator. Please note that the **provided code serves as a demonstration and is not an officially supported Microsoft offering**.
@@ -62,7 +60,7 @@ The deployment region for this model is fixed in 'East US'
62
60
63
61
## Deployment
64
62
65
-
The automated deployment process is very straightforward and simplified via a single [deployment script](./Deployment/resourcedeployment.ps1) that completes in approximately 10-15 minutes:
63
+
The automated deployment process is very straightforward and simplified via a single [deployment script](../Deployment/resourcedeployment.ps1) that completes in approximately 10-15 minutes:
Copy file name to clipboardExpand all lines: docs/TechnicalArchitecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Additional details about the technical architecture of the Document Knowledge Mining solution accelerator. This describes the purpose and additional context of each component in the solution.
0 commit comments