LocalLLaMA

Persistent memory system for LLMs that actually learns mid-conversation

Every LLM conversation starts from zero. RAG helps, but it can't learn from what's happening right now. MDA is my attempt to fix that. MDA encodes knowledge as associative entity networks, updates in real-time via the Oja rule (no backpro…