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: documentation/CustomizeSolution.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
@@ -614,4 +614,4 @@ This application orchestrates a group of AI agents to accomplish user-defined ta
614
614
615
615
Understanding the flow of data through the endpoints, agents, and persistent storage is key to grasping the logic of the application. Each component plays a specific role in ensuring tasks are planned, executed, and adjusted based on feedback, providing a robust and interactive system.
616
616
617
-
For instructions to setup a local development environment for the solution, please see [local deployment guide](./LocalDeployment.md).
617
+
For instructions to setup a local development environment for the solution, please see [deployment guide](./DeploymentGuide.md).
Copy file name to clipboardExpand all lines: documentation/DeploymentGuide.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ When you start the deployment, most parameters will have **default values**, but
108
108
|**Secondary Location**| A **less busy** region for **Azure Cosmos DB**, useful in case of availability constraints. | eastus2 |
109
109
|**Deployment Type**| Select from a drop-down list. | GlobalStandard |
110
110
|**GPT Model**| Choose from **gpt-4, gpt-4o, gpt-4o-mini**. | gpt-4o |
111
-
|**GPT Model Deployment Capacity**| Configure capacity for **GPT models**. |100k|
111
+
|**GPT Model Deployment Capacity**| Configure capacity for **GPT models**. |140k|
112
112
113
113
</details>
114
114
@@ -117,8 +117,6 @@ When you start the deployment, most parameters will have **default values**, but
117
117
118
118
By default, the **GPT model capacity** in deployment is set to **140k tokens**.
119
119
120
-
> **We recommend increasing the capacity to 100k tokens for optimal performance.**
121
-
122
120
To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
123
121
124
122
**⚠️ Warning:** Insufficient quota can cause deployment errors. Please ensure you have the recommended capacity or request additional capacity before deploying this solution.
## Document Generation Solution Accelerator: Responsible AI FAQ
2
-
-### What is Build your own copilot - Generic Solution Accelerator?
3
-
This solution accelerator is an open-source GitHub Repository to help create AI assistants using Azure OpenAI Service and Azure AI Search. This can be used by anyone looking for reusable architecture and code snippets to build AI assistants with their own enterprise data. The repository showcases a generic scenario of a user who wants to generate a document template based on a sample set of data.
1
+
## Multi Agent Custom Automation Engine Solution Accelerator: Responsible AI FAQ
2
+
-### What is Multi Agent Custom Automation Engine?
3
+
This solution accelerator is designed to help businesses leverage AI agents for automating complex organizational tasks. This accelerator provides a foundation for building AI-driven orchestration systems that can coordinate multiple specialized agents to accomplish various business processes.
4
4
5
-
-### What can Document Generation Solution Accelerator do?
6
-
The sample solution included 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. The sample data is sourced from generic AI-generated promissory notes. The documents are intended for use as sample data only. The sample solution takes user input in text format and returns LLM responses in text format up to 800 tokens. It uses prompt flow to search data from AI search vector store, summarize the retrieved documents with Azure OpenAI.
5
+
-### What can Multi Agent Custom Automation Engine do?
6
+
The Multi-Agent Custom Automation Engine solution accelerator allows users to specify tasks and have them automatically processed by a group of AI agents, each specialized in different aspects of the business. This automation not only saves time but also ensures accuracy and consistency in task execution.
7
7
8
-
-### What is/are Document Generation Solution Accelerator’s intended use(s)?
9
-
This repository is to be used only as a solution accelerator following the open-source license terms listed in the GitHub repository. The example scenario’s intended purpose is to help users generate a document template to perform their work more efficiently.
8
+
-### What is/are Multi Agent Custom Automation Engine’s intended use(s)?
9
+
This repository is to be used only as a solution accelerator following the open-source license terms listed in the GitHub repository. The example scenario’s intended purpose is to help users understand how the multi-agent pattern can be applied to various business scenarios.
10
10
11
-
-### How was Document Generation Solution Accelerator evaluated? What metrics are used to measure performance?
11
+
-### How was Multi Agent Custom Automation Engine evaluated? What metrics are used to measure performance?
12
12
We have used AI Foundry Prompt flow evaluation SDK to test for harmful content, groundedness, and potential security risks.
13
13
14
-
-### What are the limitations of Document Generation Solution Accelerator? How can users minimize the impact of Document Generation Solution Accelerator’s limitations when using the system?
15
-
This solution accelerator can only be used as a sample to accelerate the creation of AI assistants. The repository showcases a sample scenario of a user generating a document template. Users should review the system prompts provided and update as per their organizational guidance. Users should run their own evaluation flow either using the guidance provided in the GitHub repository or their choice of evaluation methods. AI-generated content may be inaccurate and should be manually reviewed. Currently, the sample repo is available in English only.
16
-
-### What operational factors and settings allow for effective and responsible use of Document Generation Solution Accelerator?
17
-
Users can try different values for some parameters like system prompt, temperature, max tokens etc. shared as configurable environment variables while running run evaluations for AI assistants. Please note that these parameters are only provided as guidance to start the configuration but not as a complete available list to adjust the system behavior. Please always refer to the latest product documentation for these details or reach out to your Microsoft account team if you need assistance.
14
+
-### What are the limitations of Multi Agent Custom Automation Engine? How can users minimize the impact of Multi Agent Custom Automation Engine’s limitations when using the system?
15
+
This solution accelerator can only be used as a sample to accelerate the creation of a multi-agent solution. The repository showcases a sample scenarios using multiple agents to solve tasks. Users should review the system prompts provided and update as per their organizational guidance. Users should run their own evaluation flow either using the guidance provided in the GitHub repository or their choice of evaluation methods. AI-generated content may be inaccurate and should be manually reviewed. Currently, the sample repo is available in English only.
16
+
17
+
-### What operational factors and settings allow for effective and responsible use of Multi Agent Custom Automation Engine?
18
+
Users can try different values for some parameters like system prompt, temperature, max tokens etc. shared as configurable environment variables while running run evaluations for AI agents. Users can also provide their own agent implementation using functional tools designed for those specific agents. Please note that these parameters are only provided as guidance to start the configuration but not as a complete available list to adjust the system behavior. Please always refer to the latest product documentation for these details or reach out to your Microsoft account team if you need assistance.
Copy file name to clipboardExpand all lines: infra/main.bicep
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,11 @@ param azureOpenAILocation string //= 'eastus2' // The location used for all depl
32
32
33
33
@minLength(3)
34
34
@maxLength(20)
35
-
@description('Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group.')
36
-
paramprefixstring//= 'macae'
35
+
@description('A unique prefix for all resources in this deployment. This should be 3-20 characters long:')
0 commit comments