Hi all,
We are working out different options of how to implement a Copilot with our own external data (a lot). It can be a standalone Copilot, so not integrated with the 365 version.
One of the options to get our data used is through the use of Azure OpenAI and ground the used LLM with the data. However, to us it feels a bit like Copilot Studio is unnecessary as in that case as we will be using the Azure AI Search for the LLM, Copilot would just be a pretty expensive frontend, with some chatbot functionalities we, in our case, don't really need? In that case we could better just build a frontend ourselves?
Are there other benefits of using the combination of the two?