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
5.86k stars 4k forks source link

Make a new app with different data but the same resources (except app service) #1829

Open mhadijalali opened 1 month ago

mhadijalali commented 1 month ago

I need to use the same code for a new app but different data. I put "AZURE-APP-SERVICE" in the env file that I have but it doesnt seem to make a new app . What is the process if I want to change the ingested data and make a new app with all the resources the same?

This issue is for a: (mark with an x)

Expected/desired behavior

New "app service" for a new app with different data but same resources (resource group, storage, search service, etc).

OS and Version?

Windows 8

pamelafox commented 1 month ago

Did you set the env variables as suggested in this guide? https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_existing.md