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
641 stars 314 forks source link

Add Docker image version as parameter #909

Open cecheta opened 1 month ago

cecheta commented 1 month ago

Required by #651

Description

Currently, the container deployment does not specifiy a Docker tag, so it defaults to latest. The tag should be configurable so users can deploy an older version.

Tasks

_To be filled in by the engineer picking up the subtask