Complexities with context. Supabase the long term memory persistency store has competing migrations from two services namely number one the database and another applcation called storage from the supabse stack. This complexity introduces race conditions on how ddl scripts afect schema and tables for two different services.
As I move to add short term memory (redis) and long term memory (supabase) to the stack these complexities added delays for end to end workflow demo.
As a workarounnd I will extract these ddl sql scripts and add them to the sql migration engine to maintain a source of truth for the database regardless if the db needs shema updates from the db or another app that uses the db (supabase). I am still navigating these issues and addressing those problem staements but convinced with pushing back the e2e demo a week will provide the time necessary to solve the context engine memory issue.
Nonetheless developement is at a fast pace and voicerag has something coming soon. I am ver excited about this product and was approached this week by an existing customer to build this for them without them knowing I was working on this.
Expect a video for e2e on milestone 3…..
Leave a Reply