Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
This pull request includes a small change to the infra/main.bicep file. The change updates the allowed API versions and the default search API version.
infra/main.bicep: Added 2024-07-01 to the allowed API versions and set it as the default search API version.
This pull request includes a small change to the
infra/main.bicep
file. The change updates the allowed API versions and the default search API version.infra/main.bicep
: Added2024-07-01
to the allowed API versions and set it as the default search API version.