Reboot scheduling application chabot

Hello everyone, I understand about the cron/scheduling job in Git Hub for my chatbot data, the question is, do I need to reboot the app scheduling? because in my logic, if I update the folder data for my chatbot then I need to clear the cache so the chatbot will generate new information from my data that scheduling. or i just not need to schedule the app streamlit?

edit: this topic already done by using cron on both

Hey @Dimasilham7,

If you update the data stored in your repo that is being used by something like LlamaIndex in your app and assuming your app is deployed by Community Cloud, that change should get automatically pulled into your deployed app – you shouldn’t need to reboot the app.

Hope that helps clarify!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.