Inspired by the recent talk by Henk Boelman at the UK Umbraco festival I wanted to add a AI powered chat / assistant to a client's website for a bit of wow. I want to have this thing take an API json feed of a simple product catalogue and then allow the user to have recommendations from it.
I've got as far as creating an assistant in the Azure AI Studio - it works nice enough though I had to upload a manual json file for now. My next step is to integrate this with my website.
Not sure how to start that - I don't have a react site (as per all the MS demos) and want to keep this in vanilla JS / using my Umbraco backend. Has anyone done this? Any tips appreciated oin:
1) How I get the assistant to use an api endpoint and update daily for the product catalogue
2) How to integrate / drop it on my site.