Skip to content
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

Update README.md (Typo "Azure OpenAI service"→"Azure OpenAI Service") #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
4 changes: 2 additions & 2 deletions OpenAIDemos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Below is a summary list of the official Azure OpenAI Accelerators and workshops:
| Name | Description | Link |
| ----------- | ----------- | ----------- |
| Azure OpenAI in a Day workshop | This technical workshop will provide an introduction to OpenAI and an overview of Azure OpenAI Studio. Participants will be prompted to complete engineering exercises and use OpenAI to access company data. They will also learn about embedding solution accelerators and prototyping one use case from start to finish.| [Link](https://github.com/microsoft/azure-openai-in-a-day-workshop)
| Azure OpenAI Workshop | In this workshop, you will learn how to use the Azure OpenAI service to create AI powered solutions. You will get hands-on experience with the latest AI technologies and will learn how to use Azure OpenAI API. | [Link](https://github.com/Azure/azure-openai-workshop)
| Azure OpenAI Workshop | In this workshop, you will learn how to use the Azure OpenAI Service to create AI powered solutions. You will get hands-on experience with the latest AI technologies and will learn how to use Azure OpenAI API. | [Link](https://github.com/Azure/azure-openai-workshop)
| Business Process Automation solution accelerator | Creates pipelines to analyze text and audio datasets, across multiple cognitive services, and the HuggingFace library. The accelerator deploys all of the resources, and transforms the input data at each step, allowing multiple Cognitive Services to be called and deployed within a single, end-to-end pipeline. Includes capabilities like Azure OpenAI (summarization or custom prompts) and integration with CosmosDb, Cognitive Search, and RediSearch for Vector Search | [Link](https://github.com/Azure/business-process-automation)
|ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search | This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern. It uses Azure OpenAI Service to access the ChatGPT model (gpt-35-turbo), and Azure Cognitive Search for data indexing and retrieval. **NOTE: sample created by Product Group**| [Link](https://github.com/Azure-Samples/azure-search-openai-demo/)
|Knowledge Mining with Azure OpenAI| The purpose of this repo is to accelerate the deployment of a Python-based Knowledge Mining solution with OpenAI that will ingest a Knowledge Base, generate embeddings using the contents extracted, store them in a vector search engine (Redis), and use that engine to answer queries / questions specific to that Knowledge Base. The repo includes the use of MRKL/ReAct Prompts and the ability to ask questions of different stores (including mathematical operations). | [Link](https://github.com/MSUSAzureAccelerators/Knowledge-Mining-with-OpenAI)
Expand All @@ -39,7 +39,7 @@ Below is a summary list of Azure OpenAI Microsoft Community Contributions:
|GPT-Azure-Search-Engine | This repo shows how you can use Azure OpenAI + Azure Cognitive Search to have a Smart and Multilingual Search engine that not only provides links of the search results, but also answers the question. | [Link](https://github.com/pablomarin/GPT-Azure-Search-Engine)
| GPT3 Prompt Examples | GPT-3 examples using mostly text-davinci-003 | [Link](https://gist.github.com/csiebler/d137386c4a63cc34810151bcdf150d54)
|Podcast Synopsis with OpenAI GPT|This repo illustrates how to use OpenAI GPT to generate a synopsis from a podcast transcription into multiple languages, generate 2-3 tag lines based on the podcast content and generate search engine optimised (SEO) keywords.|[Link](https://github.com/ryubidragonfire/generate-podcast-synopsis-OpenAI-GPT)
| Simple Chatbot using Azure OpenAI service | Step-by-step article describing how to create a chatbot based on the Azure OpenAI text-davinci model.| [Link](https://github.com/michalmar/openai-demos-bot-webapp)
| Simple Chatbot using Azure OpenAI Service | Step-by-step article describing how to create a chatbot based on the Azure OpenAI text-davinci model.| [Link](https://github.com/michalmar/openai-demos-bot-webapp)

<br/>

Expand Down