Hello everyone, I'm currently developing a chatbo...
# 🌎general
l
Hello everyone, I'm currently developing a chatbot and have encountered a specific requirement. In my chatbot, there's a stage where the user logs in, and I make an API call to fetch various details such as the user's outstanding debts with a client's company, among other information. I'm seeking guidance on how to integrate this dynamically fetched data into the chatbot's knowledge base. Specifically, I want the chatbot to store this information temporarily and use it to answer future user queries related to the data retrieved from the API. Could you please advise on the best practices or methods to achieve this? Thank you!