I think we are all experiencing more or less the same kind of pain regarding memory+llms, and love to see how different approaches exist this problem.
How does mnemo decides when to forget something? So old history wont pollute the new answers?
I think we are all experiencing more or less the same kind of pain regarding memory+llms, and love to see how different approaches exist this problem.
How does mnemo decides when to forget something? So old history wont pollute the new answers?
Currently mnemo doesn't have automatic forgetting it's on the v0.2.0 roadmap. The mitigation right now is that retrieval scoring weights recency, so older chunks naturally rank lower than recent ones. A TTL system and explicit memory decay are the right long-term fix. Good callout.