Aditya Gupta

Aditya Gupta

Add Chatbot Memory Without a Database in Node.js

Add chatbot memory

A process-local array lost every saved preference when I restarted the Node.js process, while the file-backed test loaded the same preference after restart. Chatbot memory without a database needs three explicit parts: a bounded recent transcript, user-approved facts in a…