Event banner
Azure Cognitive Search AMA: Vector search, Azure OpenAI Service, generative apps, plugins & more
Event Ended
Tuesday, Jul 25, 2023, 09:00 AM PDTEvent details
In this session we’ll answer questions about the emerging Retrieval-Augmented Generation pattern and how you can use Azure OpenAI service and Azure Cognitive Search to implement it today in your appl...
EricStarker
Updated Jul 25, 2023
Thomas Brown
Jul 25, 2023Copper Contributor
Plug In environment roadmap - I've seen technical specs. how 3rd parties will build.
Specific to parsing/reading/integrating docs.
What is timing for integration/rollout? Reference to tech. articles showing partner examples?
- DerekLegenzoffJul 25, 2023Iron Contributor
Plugins support in Azure OpenAI is currently in a limited private preview. For now, I'd recommend checking out these resources on additional capabilities that you can leverage:
- Function calling is now available in Azure OpenAI Service - Microsoft Community Hub- Introducing Azure OpenAI Service On Your Data in Public Preview - Microsoft Community Hub
In particular, function calling allows you to do all the same things you could do with plugins. The main difference is that with functions, you're in control of the orchestration and need to call out to the plugins on the client side.