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
Faddykenny_09
Jul 25, 2023Copper Contributor
How does the Azure OpenAI interface integrate with Microsoft Azure's existing services and platforms to enhance AI capabilities?
DerekLegenzoff
Jul 25, 2023Iron Contributor
One good example of how Azure OpenAI integrates with other products is vector search. You can Azure OpenAI to create embeddings from your content and load them into Azure Cognitive Search. We also created Azure OpenAI on your data to help you chat over data that lives in your search service: Introducing Azure OpenAI Service On Your Data in Public Preview - Microsoft Community Hub
Azure OpenAI service also supports function calling which gives you another way to integrate Azure OpenAI with othe Azure services.
- Faddykenny_09Jul 25, 2023Copper ContributorGreat to know. The function calling is really helpful. It proceeds my expectation on the field activities and interaction.