Forum Discussion
harishalwala
May 08, 2024Copper Contributor
Azure AI for Organization data. How to refer to the file names in prompts to get response
Hi I went through Azure AI documentation to come up with ChatGPT like feature using Azure AI services for my data set. I have created Azure Storage account and container to store my files. Creat...
harishalwala
May 13, 2024Copper Contributor
After researching more, I could get the results by adding the file name as [<filename>] will help the application to look in to this file for asked question.