0votes
0answers
0joined
Agent's memory module keeps retrieving stale facts even after explicit updates
A ChromaDB-backed agent memory persists "User's preferred programming language is Python" but the user has since said "I've switched to Rust". The agent still retrieves and acts on the Python fact because it has higher embedding similarity to Python-framed queries. Overwriting isn't happening because each statement becomes a new vector.