Hi,
So far, I can dig for the keyword with Generative answers to get URLs from my SharePoint.
But I would like to get more information according to this keyword and query and customise the content from my SharePoint site. So I can provide the customized content with file links to end users
For example: keyword is security policy
There is one file and mentioned what is security policy, I would like to query that content (based on files on my SharePoint site) but customise the content to make it friendly, also provide file lists with Generative answers
Does anyone give me some idea? Many thanks
Hello @JC324,
There are multiple ways to look at this.
Generative Answers over SharePoint/OneDrive should already return a list of matching documents/pages for a given user query / keywords:
You can also choose to query SharePoint in a custom way using Power Automate and use Generative Answers to summarize your findings, by adopting the custom data source format:
https://learn.microsoft.com/en-us/power-virtual-agents/nlu-boost-node#custom-data-source
In these examples, I also showed how to do a custom Graph API call to do document search and how to use a Azure OpenAI model to summarize the results in a desired format:
For a better search experience than Graph API, you could leverage Azure Cognitive Search.
There's also an exciting upcoming capability called Azure OpenAI on your data that should help:
Build next-generation, AI-powered applications on Microsoft Azure | Azure Blog | Microsoft Azure
Henry