Skip to content

alezhao/openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure OpenAI Service Advanced Samples

This repository provides sample code and instructions on how to use Azure OpenAI Service, Azure Search Service, and Azure Speech Service together to perform natural language searches and question answering.

Prerequisites

Before you begin, you must have the following:

Getting Started

To use this code, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/alezhao/openai.git
    
  2. Navigate to the notebook folder.

  3. Open the desired notebook in VSCode.

  4. Replace the placeholder values in the notebook with your Azure service credentials e.g. <OPENAI_API_KEY>.

  5. Run the notebook or python code, following the instructions provided in the comments.

Samples

Document Process Automation

This notebook provides an example of how to use Azure OpenAI Service and Azure Search Service together to perform natural language searches on a given query. It demonstrates how to use the OpenAI Service to process natural language queries, and Azure Search Service to perform the search and the summary against the query.


Contact Center Analytics using Speech API & OpenAI (only include key code)

This notebook provides an example of how to use Azure OpenAI Service and Azure Speech Service together to perform question answering, including speech-to-text (STT) and text-to-speech (TTS). It demonstrates how to use the OpenAI Service to process natural language queries and generate responses, and Azure Speech Service to convert audio input to text and text output to audio.


References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published