Hi! I’m struggling to decide what type of AI agent or tools to build my shopping assistant for my website. I’m creating a very detailed list of products, with test-scores and other curated data as well as prices and so on…
I want my chatbot to explicitly use my list to help the customer (based on their requirments) find 1-2 products that suits them the best.
Right now, I’m just using a AI agent and using a single google sheet as “tool” with all my data for each product listed. I’m not sure this is the best way? Should I use something more advanced? Should i do RAG-chatbots?
Currently I feel like my system promt for the AI agent is quite long, and I see my workflow gets quite expensive with the amount of tokens used per chat-interaction.
At the end of a chat-session, I also want to extract the exact preferences my chatbot probed for and got answers from, to build a record of the users need for future follow-ups. This goes into a CRM or just a spreedsheat for now…
Any tips, inspiration or guides for me to watch would be very helpful! THANK YOU!