How are you handling persistent memory across AI chat sessions? Standard APIs seem to reset every time
Working on a mental therapy support project and I feel like long-term memory is essential for this kind of application. But integrating it seems complicated – I'd need to adjust a lot of things in my current setup. Tried a few approaches: Storing a…