Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
862 stars 444 forks source link

parameters to use existing search, openai and storage account #1327

Open guyyardeni opened 2 months ago

guyyardeni commented 2 months ago

Motivation

Options to deploy the solution using an existing resource group, AI Search object, OpenAI object and storage account. This will save money and reduce object sprawl when multiple use cases are deployed.

Requirements

A list of requirements to consider this feature delivered Deployment parameters to use existing copies of objects that support multiple AI use cases Parameters should indicate that an existing object is to be used and then use the object name to indicate the existing object and skip creating a new object for those cases.

Thanks in advance.

ross-p-smith commented 3 weeks ago

Hi @guyyardeni this is possible to do. If you are deploying via azd you should use teh following commands: - azd env new myTest azd env set key value

for each of the keys. There should be one for resource group, ai search object, storage account etc.

ross-p-smith commented 3 weeks ago

In fact - I believe that this is captured in #652