A memory retrieval score is a numerical value, typically derived from a vector similarity calculation or a learned relevance ranking model, that quantifies the estimated relevance of a specific memory item to a given query or context within an agentic system. This score is the core output of a semantic search operation over a vector database or knowledge graph, enabling the system to rank and filter candidate memories. It is a fundamental metric for memory observability, providing engineers with a direct measure of retrieval quality and system performance.
