dimagi / open-chat-studio

A web based platform for building Chatbots backed by Large Language Models
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

update_memory method for participants #460

Closed SmittieC closed 3 months ago

SmittieC commented 3 months ago

This new method does the following:

Note: I added a comment, but will emphasize it here as well: Since the data field is encrypted at the application level, we are not able to use a DB query to insert/update the new data. We have to pull all records, access the data and put it back. Any suggestions on how I can make this process faster is super welcome!