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
521 stars 274 forks source link

Add all params to `main.bicepparam` #796

Open cecheta opened 2 weeks ago

cecheta commented 2 weeks ago

Motivation

It should be possible to set every parameter in the main.bicep file with a corresponding environment variable in the main.bicepparam file, so users do not need to manually edit main.bicep when they are deploying.

Requirements

A list of requirements to consider this feature delivered

Tasks

To be filled in by the engineer picking up the issue