Hi everyone,
We've uploaded PDF documents into a blob storage, hooked that up to Azure OpenAI and then made a connection to Power Virtual Agents as per this documentation: https://learn.microsoft.com/en-us/power-virtual-agents/nlu-generative-answers-azure-openai
Now, sometimes when asking the bot questions about my dataset. After answering, it references the PDF documents, which is fine. However, this causes two issues:
1. The URL itself is not "pretty" or user friendly - is there a way to either:
a) Hide the URL in a hyperlink, and make the bot reply "Click here".
b) Remove the hyperlink
c) pretty-fie the link so it says something along the lines of: https://REDACTED.core.windows.net/index/FILENAME.pdf
d) select which files Azure OpenAI should reference. I'm worried once I add a lot of other data, it will link to that.
2. The user does not have access to the blob storage - "PublicAccessNotPermitted to this Storage location" error - Anyone know how I provide view access to everyone in my org?