Retrieval is critical in AI agents. To do any task correctly, the agent needs to be able to retrieve all the information that is relevant to the task from its memory.
Context graphs are all the rage right now, so I benchmarked them against the alternatives.
This post explains how each memory method works, what the benchmark asks, what the data is, and what each me...