Hi All,
I need some advice. I haven't used AI that much to understand its 100% limitation.
I have data in excel online 'database', and I want AI to read the contents of a specific column and provide categorisation, sentiment and urgency.
I am aware I can create an entity in Dataverse and put my data; however, I am concerned about the Storage cost for these data and having to create new tables and columns. Hence I will like to do this with excel online database. Is this possible, please
Hi @Abi-Ola - welcome to AI Builder! 🙂
Indeed, to train a custom category classification model you will need bring your data for training to Dataverse. But once you have trained a model that is good for you, you can then use it in a cloud flow and process new entries directly from an Excel file. The sentiment analaysis model does not require training, so you don't need to bring your data to Dataverse to use it. Here's an example of how the processing would look like in a cloud flow:
I hope this helps. 🙂