Experiment - Long-term memory with vector stores
Problem:You want to build an AI agent that remembers past conversations or information over a long time using vector stores. Currently, the agent stores text embeddings but retrieves irrelevant or outdated information, causing poor responses.
Current Metrics:Recall accuracy of relevant past information: 55%, Response relevance score: 60%
Issue:The vector store retrieval is not precise enough, leading to irrelevant or outdated memory recall. This causes the agent to give less helpful answers.