A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
[ ] bug report -> please search issues before submitting
[x] feature request
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)
Description
Please include any relevant information, including repro steps for a bug (with log messages, version, OS, etc..)
As an admin, I want to be able to easily edit approach code so that I can pass the json to ChatCompletions api in a modular way
Expected/desired behavior
Please include any acceptance criteria here (should look like tasks to complete for the issue to be resolved)
[ ] Edit utterances_dict (line 17) to be a function rather than a for loop within the run function in ChatGPTRead approach
This issue is for a: (mark with an
x
)Description
Please include any relevant information, including repro steps for a bug (with log messages, version, OS, etc..)
Expected/desired behavior
Please include any acceptance criteria here (should look like tasks to complete for the issue to be resolved)
utterances_dict
(line 17) to be a function rather than a for loop within therun
function inChatGPTRead
approachMention any other details that might be useful