Most memory implementations for AI applications are append-only. New memories go in, nothing ever comes out, and every stored item stays equally retrievable forever. That works fine for the first few hundred entries.
Source: [Dev.to](https://dev.to/paulcrinigan/your-ai-memory-store-needs-a-delete-key-23k0)