Filter data based on metadata
Hi,
I'm developing an application based on Azure OpenAI. In particular, the application should provide the user with the possibility to search, via ChatGPT, private documents stored on a Blob Storage.
Documents are organized into categories and the system must allow you to filter the documents by searching only within a certain categories. It seems to me that the only ways to filter data are Security Filters and Content Filters, but both types do not fit this scenario.
Is it possible, from ChatGPT, to impose a filter based on metadata? I use Azure Cognitive Search to index content
Thanks.