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 various updates to the README.md and several documentation files to improve clarity, correct network configurations, and streamline setup instructions. The most important changes include adding new guides, updating network address ranges, and refining customization options.
Documentation updates:
README.md: Added a link to the User & Admin Guide for setup and usage details.
This pull request includes various updates to the
README.md
and several documentation files to improve clarity, correct network configurations, and streamline setup instructions. The most important changes include adding new guides, updating network address ranges, and refining customization options.Documentation updates:
README.md
: Added a link to the User & Admin Guide for setup and usage details.docs/AUTOMATED_INSTALLATION.md
: Updated the network address ranges for subnets and VNet to avoid overlaps and provide more IP addresses. [1] [2]docs/CUSTOMIZATIONS.md
: Removed deprecated sections and updated the customization options list. [1] [2]Customization and setup improvements:
README.md
: Simplified the note on using the Agentic AutoGen-based orchestrator during deployment. [1] [2]docs/AUTOMATED_INSTALLATION.md
: Added permissions information and tools required for setup.These changes aim to enhance the user experience by providing clearer instructions and more flexible customization options.