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

Update IV app settings in Admin, Web & function #761

Closed komalg1 closed 1 week ago

komalg1 commented 3 weeks ago

Required by #321

Description

App settings for Admin, Web & Backend function need to be updated to be able to run IV with feature flag enabled.

The settings that need to be added are: AZURE_SEARCH_DATASOURCE_NAME AZURE_SEARCH_INDEXER_NAME AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION - add this to the main.bicepparam file as well

Update LOCAL_DEPLOYMENT.md with these params

Update README.md with general info about IV