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: .env.sample
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ AZURE_OPENAI_TEMPLATE_SYSTEM_MESSAGE="Generate a template for a document given a
21
21
AZURE_OPENAI_GENERATE_SECTION_CONTENT_PROMPT="Help the user generate content for a section in a document. The user has provided a section title and a brief description of the section. The user would like you to provide an initial draft for the content in the section. Must be less than 2000 characters. Only include the section content, not the title. Do not use markdown syntax. Whenever possible, use ingested documents to help generate the section content."
22
22
AZURE_OPENAI_TITLE_PROMPT="Summarize the conversation so far into a 4-word or less title. Do not use any quotation marks or punctuation. Respond with a json object in the format {{\"title\": string}}. Do not include any other commentary or description."
Copy file name to clipboardExpand all lines: README.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
@@ -15,6 +15,7 @@ This solution accelerator is a powerful tool that helps you create your own AI a
15
15
16
16
It leverages Azure OpenAI Service and Azure AI Search, to identify relevant documents, summarize unstructured information, and generate document templates.
17
17
18
+
18
19
### Key features
19
20
20
21

@@ -23,16 +24,13 @@ Below is an image of the solution.
23
24
24
25

25
26
26
-
27
27
**Scenario**
28
28
29
29
This example focuses on a generic use case - chat with your own data, generate a document template using your own data, and exporting the document in a docx format.
30
30
31
31
The sample data is sourced from generic AI-generated promissory notes.
32
32
The documents are intended for use as sample data only.
33
33
34
-
<br/>
35
-
36
34
37
35
### Solution accelerator architecture
38
36

@@ -42,7 +40,7 @@ The documents are intended for use as sample data only.
42
40
QUICK DEPLOY
43
41
</h2>
44
42
45
-
|[](https://codespaces.new/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator)|[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FGeneric-Build-your-own-copilot-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)|
43
+
|[](https://codespaces.new/microsoft/document-generation-solution-accelerator)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/document-generation-solution-accelerator)|[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fdocument-generation-solution-accelerator%2Fmain%2Finfra%2Fmain.json)|
46
44
|---|---|---|
47
45
48
46
@@ -100,7 +98,7 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
100
98
101
99
1. Open the solution accelerator (this may take several minutes):
102
100
103
-
[](https://codespaces.new/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator)
101
+
[](https://codespaces.new/microsoft/document-generation-solution-accelerator)
104
102
2. Accept the default values on the create Codespaces page
105
103
3. Open a terminal window if it is not already open
106
104
4. Continue with the [deploying steps](#deploying)
@@ -117,7 +115,7 @@ You can run this solution in VS Code Dev Containers, which will open the project
117
115
1. Start Docker Desktop (install it if not already installed)
118
116
2. Open the project:
119
117
120
-
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator)
118
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/document-generation-solution-accelerator)
121
119
122
120
123
121
3. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window.
@@ -142,7 +140,7 @@ If you're not using one of the above options for opening the project, then you'l
3. Open the project folder in your terminal or editor.
@@ -158,7 +156,7 @@ If you're not using one of the above options for opening the project, then you'l
158
156
159
157
Click the following deployment button to create the required resources forthis solution directlyin your Azure Subscription.
160
158
161
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FGeneric-Build-your-own-copilot-Solution-Accelerator%2Fmain%2Finfra%2Fmain.json)
159
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fdocument-generation-solution-accelerator%2Fmain%2Finfra%2Fmain.json)
2. Click the following deployment button to create the required resources for this accelerator in your Azure Subscription.
225
223
226
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FGeneric-Build-your-own-copilot-Solution-Accelerator%2Fmain%2Finfrastructure%2Fdeployment.json)
224
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fdocument-generation-solution-accelerator%2Fmain%2Finfrastructure%2Fdeployment.json)
227
225
228
226
3. You will need to select an Azure Subscription, create/select a Resource group, and Region. If your intention is to deploy this solution accelerator and the corresponding sample data set, the default settings will suffice.
0 commit comments