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.
[!IMPORTANT]
Rolled back the component selection deployment option and standardized the use of the Azure CLI in the post-provision process for both platforms (Bash and PowerShell).
This pull request includes significant updates to the contribution guidelines, documentation, and infrastructure configuration. The changes aim to streamline the contribution process, improve documentation clarity, and ensure default deployment settings for various components.
Contribution and Documentation Updates:
CONTRIBUTING.md: Added comprehensive guidelines for contributing to the project, including the Contributor License Agreement (CLA), code of conduct, and detailed steps for creating and submitting pull requests.
README.md: Updated the contributing section to refer to the new CONTRIBUTING.md file for detailed guidelines.
docs/CUSTOMIZATIONS.md: Commented out sections related to selecting components to streamline the customization options. [1][2][3]
Infrastructure Configuration Updates:
Default Deployment Parameters: Set default values for deployment parameters to true in various Bicep files to ensure components are deployed by default unless specified otherwise. [1][2][3][4][5][6]
infra/main.bicep: Removed component-specific deployment conditions and streamlined the module configurations for storage, cosmos, orchestrator, and frontend components. [1][2][3][4][5][6][7][8][9][10][11][12][13]
These updates collectively enhance the project's contribution process and ensure a more consistent and reliable deployment experience.
This pull request includes significant updates to the contribution guidelines, documentation, and infrastructure configuration. The changes aim to streamline the contribution process, improve documentation clarity, and ensure default deployment settings for various components.
Contribution and Documentation Updates:
CONTRIBUTING.md
: Added comprehensive guidelines for contributing to the project, including the Contributor License Agreement (CLA), code of conduct, and detailed steps for creating and submitting pull requests.README.md
: Updated the contributing section to refer to the newCONTRIBUTING.md
file for detailed guidelines.docs/CUSTOMIZATIONS.md
: Commented out sections related to selecting components to streamline the customization options. [1] [2] [3]Infrastructure Configuration Updates:
true
in various Bicep files to ensure components are deployed by default unless specified otherwise. [1] [2] [3] [4] [5] [6]infra/main.bicep
: Removed component-specific deployment conditions and streamlined the module configurations for storage, cosmos, orchestrator, and frontend components. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]These updates collectively enhance the project's contribution process and ensure a more consistent and reliable deployment experience.