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
773 stars 125 forks source link

Where does this project fit in? #132

Open adamdougal opened 2 months ago

adamdougal commented 2 months ago

Heya!

I've just come across this project. There's a few other projects around that look very similar and have a lot of overlap with this one:

Can you tell me where this one fits in and how it differs from the others?

Thanks!

gbecerra1982 commented 2 months ago

Hello Adam,

I would like to share the projects that you shared are focus on PoC Environments to test functionalities.

The main difference is this solution is for Productions environments following the best practices:

That's in terms of infrastructure but also in terms of Solutions as this solution is for PROD Environments focusing in adding different controls to make sure that we have best quality in responses.