Skip to content

docs: Psl readmeupdate for Azure Open AI -> OpenAI #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ User story

This solution accelerator is a powerful tool that helps you create your own copilots. The accelerator can be used by any customer looking for reusable architecture and code snippets to build custom copilots with their own enterprise data.

It leverages Azure Open AI Service, Azure AI Search and Microsoft Fabric, to create custom copilot solutions.
It leverages Azure OpenAI Service, Azure AI Search and Microsoft Fabric, to create custom copilot solutions.

<h2>
Scenarios
Expand Down
6 changes: 3 additions & 3 deletions TRANSPARENCY_FAQ.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Build your own copilot Solution Accelerator: Responsible AI FAQ
- ### What is Build your own copilot Solution Accelerator?

This solution accelerator is an open-source GitHub Repository to help create copilots using Azure Open AI Service, Azure AI Search, and Microsoft Fabric. This can be used by anyone looking for reusable architecture and code snippets to build copilots with their own enterprise data. The repository showcases sample scenarios for research assistant and client advisor custom copilots.
This solution accelerator is an open-source GitHub Repository to help create copilots using Azure OpenAI Service, Azure AI Search, and Microsoft Fabric. This can be used by anyone looking for reusable architecture and code snippets to build copilots with their own enterprise data. The repository showcases sample scenarios for research assistant and client advisor custom copilots.

- ### What can Build your own copilot Solution Accelerator do?
The sample solution for research assistant focuses on a researcher who wants to explore relevant articles and grants to accelerate submission of a grant proposal. The sample data is sourced from 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.
It uses prompt flow to search data from AI search vector store, summarize the retrieved documents with Azure OpenAI.

The sample solution for client advisor focuses on an advisor to save time and prepare relevant discussion topics for scheduled meetings. It provides an overview of daily client meetings with seamless navigation between viewing client profiles and chatting with data. The sample data is synthetic and is generated using ficticious names. This data 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 semantic kernel to search data from AI search vector store and Azure SQL Database, summarize the results using Azure Open AI.
It uses semantic kernel to search data from AI search vector store and Azure SQL Database, summarize the results using Azure OpenAI.

- ### What is/are Build your own copilot Solution Accelerator’s intended use(s)?

Expand Down
Loading