Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.14k stars 4.18k forks source link

question on how Approach generate separate content #1953

Open jay-itl opened 2 months ago

jay-itl commented 2 months ago

eg I want to generate outline and generate content based on each outline, how could Approach handle the task? It seems Approach is single session?

pamelafox commented 2 months ago

Can you provide more details on what you're asking? When the user asks a question, you want to first generate an outline of the response, and then generate the answer based off the outline?