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 several updates to the README.md and docs/AUTOMATED_INSTALLATION.md files to improve clarity and add additional instructions for using the agentic option. Additionally, it updates the infra/main.bicep file to include a new search API version. Below are the most important changes:
Documentation Improvements:
README.md: Enhanced the description of the orchestrator component, specifying the functional and agentic options, and added a note on using the -b agentic parameter for the azd init command. [1][2][3]
docs/AUTOMATED_INSTALLATION.md: Added instructions to use the -b agentic parameter for the azd init command to deploy the agentic version. [1][2]
Codebase Update:
infra/main.bicep: Updated the allowed search API versions and set the default searchApiVersion to 2024-07-01.
This pull request includes several updates to the
README.md
anddocs/AUTOMATED_INSTALLATION.md
files to improve clarity and add additional instructions for using the agentic option. Additionally, it updates theinfra/main.bicep
file to include a new search API version. Below are the most important changes:Documentation Improvements:
-b agentic
parameter for theazd init
command. [1] [2] [3]-b agentic
parameter for theazd init
command to deploy the agentic version. [1] [2]Codebase Update:
searchApiVersion
to2024-07-01
.