Experiment - Memory retrieval strategies
Problem:You have built an AI agent that uses a memory module to recall past information. Currently, the agent retrieves memories using a simple keyword match, but it often misses relevant memories or retrieves irrelevant ones.
Current Metrics:Recall accuracy: 60%, Precision: 55%
Issue:The memory retrieval method is too simple, causing low recall and precision. The agent either misses important memories or retrieves unrelated ones.