Live Database for chat

Hello,

I want to create a chatbot which will let users to talk about my page (live). So they can ask my chat for example to give them 5 newest articles. Or write to them short about what are the 2 newest articles etc.

To do that i need to let my CHAT use fresh data. I publish articles on my website every day, even few times per day.

Do you have idea how i can create chat with “automatic updating database” :)?

My idea is to create a simple crawler in make and / or save those data in doc / database. then use this doc as database for chat, but how i can force it download it every time to get fresh data?

At web ChatGPt i just tell him to go to page and to things, but in api it doesnt work :smiley:

You have two choices.

  1. You can update the Pickaxe everyday to have fresh data. There is also a ‘refresh webpage’ setting in the knowledge base at the very bottom of the Learn tab you might find useful.
  2. Or you can create a custom action that connects to your database.
1 Like

Thanks Mike, w will check with refreshing, then move to database if necessery.

Right now i have a small problem with page scrape.
I got Failed to fetch info often, but idk why? How i can check it why? :slight_smile:

Maybe do you have some scraping IP’s which i can add to whitelists?

Also on what time it gonna refresh can i set it to 8.00 am?

1 Like

Hi @suprime glad to see you up and running and enjoying Pickaxe!

I suggest admin Mike’s 2nd solution with a make workflow pulling RSS data from your website. It will grant you granular control over the data extraction and output settings. It will require an RSS service monthly (or annual) subscription, but you can then use it to monitor your competitor websites (for example) as well within other apps - the use cases are vast.

Let me know if you need help setting that up by sending me a DM!