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

Add Fabric as a datasource #130

Open placerda opened 3 months ago

placerda commented 3 months ago

Use Fabric tables as datasource in the Retrieval step.

The integration with Fabric will requiere to create another Azure Function as Microsoft Service to integrate with Fabric:

Image

We need to prepare an specific function to connect to Fabric as Microservice in order to be used by multiple projects.