A single retrieval feedback event for one memory trace.
signal:
signal
'used'
'ignored'
context carries the query or situational description that was active at feedback time. Stored in the query column of retrieval_feedback.
context
query
retrieval_feedback
The ID of the memory trace this feedback relates to.
Whether the trace was referenced by the LLM response.
Optional
Optional contextual string (e.g. the original user query).
Unix ms timestamp when the feedback was recorded.
A single retrieval feedback event for one memory trace.
signal:'used'— the LLM's response contained enough keywords from this trace to be considered referenced (matchRatio > 0.30).'ignored'— the LLM did not appear to use this trace in its response.contextcarries the query or situational description that was active at feedback time. Stored in thequerycolumn ofretrieval_feedback.