Hi,
I am developing a chatbot using my custom data stored in CSV format. I created an SQL table on BigQuery and utilized langchain and the text-bison model to convert my questions into SQL queries, generating the desired results. Now, I intend to employ chat-bison to maintain context for new questions based on the existing questions and their corresponding results. Could you guide me on how to achieve this?