Skip to content

Step-by-Step tutorial that teaches you how to use Azure Prompt Flow to streamline the workflow for prompt engineering and expedite the process of using LLMs to build intelligent apps

License

Notifications You must be signed in to change notification settings

1MATH/rai-prompt-flow-workshop

 
 

Repository files navigation

Responsible AI Prompt Flow Workshop

In this lab, you’ll learn how to use Azure Prompt Flow to streamline the workflow for prompt engineering and expedite the process of using LLMs to build intelligent apps

Learning Objectives

By the end of the workshop you will learn how to:

  1. Chat flow that takes input and produces output while keeping a dialog history.
  2. Take custom data (in csv file) and convert the data into tokenized embeddings with vector indexes.
  3. Use the LLM tool to create prompts and the response
  4. Use the embedding tool to the trained embeddings model to search the vector index
  5. Use the Python tool to create custom functions to preprocess data or call an API
  6. Use the Prompt tool to format the output response.

Prerequisites

  • Python environment (3.8 or higher)
  • Familiarity with Jupyter Notebooks
  • An Azure subscription
  • A GitHub account with access to GitHub Codespaces

Getting Started

Click here to go to the step-by-step tutorial.

About

Step-by-Step tutorial that teaches you how to use Azure Prompt Flow to streamline the workflow for prompt engineering and expedite the process of using LLMs to build intelligent apps

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.1%
  • Bicep 8.3%
  • Shell 5.0%
  • Jinja 4.5%
  • Python 1.8%
  • Dockerfile 1.3%