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
Pat Beahan
Jul 25, 2023Brass Contributor
is there a way with Cogsearch to pick up the purview data classification tags when documents are index so when a prompt reply contains info from a document tagged restricted confidential the LLM/Response can embed in the response - data may be Restricted confidential with 100% reliability??
- fsunavala-msftAug 25, 2023
Microsoft
Hi Pat, you can leverage the Cognitive Search Indexer feature, to index documents from different data sources. https://learn.microsoft.com/azure/search/search-indexer-overview You can use the filter predicate pattern for security filter trimming in Cognitive Search, ensuring that results retrieved from your prompt are only accessible to users with access. See https://learn.microsoft.com/azure/search/search-security-trimming-for-azure-search I encourage you to test and evaluate these solutions thoroughly if you have company confidential or restricted data before launching to production.