Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Chatbot Context Management with Chat-Bison

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?

1 REPLY 1