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
880 stars 181 forks source link

Agentic Option Instructions and Search API Update #216

Closed placerda closed 2 months ago

placerda commented 2 months ago

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:

Codebase Update: