Skip to content

Commit 3a360a9

Browse files
authored
Merge pull request #34 from microsoft/jamesdev
Gold Standard Checklist - Initial README
2 parents 3916461 + 1c16066 commit 3a360a9

File tree

10 files changed

+311
-202
lines changed

10 files changed

+311
-202
lines changed

README.md

Lines changed: 75 additions & 202 deletions
Large diffs are not rendered by default.

docs/README_LOCAL.md

Lines changed: 219 additions & 0 deletions
Large diffs are not rendered by default.

docs/TRANSPARENCY_FAQ.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Build your own copilot - Generic 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 Open AI 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.
4+
5+
- ### What can Build your own copilot - Generic 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 1) generic AI-generated promissory notes and 2) a select set of research and grants published on PubMed and NIH. 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 Open AI.
7+
8+
- ### What is/are Build your own copilot - Generic 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.
10+
11+
- ### How was Build your own copilot - Generic Solution Accelerator evaluated? What metrics are used to measure performance?
12+
We have used AI Studio Prompt flow evaluation SDK to test for harmful content, groundedness, and potential security risks.
13+
14+
- ### What are the limitations of Build your own copilot - Generic Solution Accelerator? How can users minimize the impact of Build your own copilot - Generic 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 Build your own copilot - Generic 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.

docs/images/architecture.png

133 KB
Loading

docs/images/customerTruth.png

182 KB
Loading

docs/images/keyfeatures.png

22.5 KB
Loading

docs/images/landing_page.png

76.5 KB
Loading

docs/images/oneClickDeploy.png

89.8 KB
Loading
186 KB
Loading

docs/images/userStory.png

126 KB
Loading

0 commit comments

Comments
 (0)