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
Copy file name to clipboardExpand all lines: docs/DataProcessing.md
+5-1Lines changed: 5 additions & 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
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