Skip to content

models prompt flow documentation

github-actions[bot] edited this page Aug 29, 2023 · 15 revisions

prompt flow

Models in this category


  • bring-your-own-data-qna

    This is a flow demonstrating Q&A with GPT3.5 using data from your own indexed files to make the answer more grounded. It involves embedding the raw query, using "Vector Search" to find most relevant context in user data, and then using GPT3.5 to generate an answer to the question with the documen...

  • chat-with-wikipedia

    This is a companion flow to "Ask Wikipedia". It demonstrates how to create a chatbot that can remember previous interactions and use the conversation history to generate next message.

Brief description: ChatGPT-based chatbot that leverages Wikipedia data to ground the responses.

What you wi...

  • classification-accuracy-eval

    This is a flow illustrating how to evaluate the performance of a classification system. It involves comparing each prediction to the groundtruth and assigns a "Correct" or "Incorrect" grade, and aggregating the results to produce metrics such as accuracy, which reflects how good the system is at ...

  • template-chat-flow

    This template provides the chat history support and a user-friendly chat interface in the authoring/debugging UI as prompt flow template.

What you will learn

In this flow, you will learn

  • how to compose a chat flow.
  • prompt template format of LLM tool chat api. Message delimiter is a sepa...
Clone this wiki locally