Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
522 stars 274 forks source link

Add Semantic Kernel as orchestration strategy #758

Closed cecheta closed 2 weeks ago

cecheta commented 3 weeks ago

Required by #320

Description

Add a new orchestration strategy, semantic_kernel. It should use function calling to call the existing functions.

Tasks

_To be filled in by the engineer picking up the subtask