Azure / GPT-RAG

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.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
882 stars 182 forks source link

Subnet range and storage key access fix #227

Closed placerda closed 1 month ago

placerda commented 1 month ago

This pull request includes several important changes to the network configuration and function app deployment parameters in the Bicep files. The changes primarily focus on updating subnet address prefixes and adding a new parameter for shared key access in storage accounts.

Fixes: https://github.com/Azure/GPT-RAG/issues/226 https://github.com/Azure/GPT-RAG/issues/225

Network Configuration Updates:

Function App Deployment Parameters: