Value Structure
Each stored value consists of the following fields:
query_text
: The user's input/query.response_text
: The system's response.entities
: A list containing metadata:time
: Timestamp when the memory was stored.memory_id
: Matches the memory ID in the key.context_id
: Matches the context ID in the key.memory_quality
: A rating representing the quality of the memory. Memory quality is stored as 1 by default, which means a "good" memory, while 0 indicates a "bad" memory.
metadata
: Additional information:context_entity_id
: Matches the context entity ID in the key.user_uuid
: Matches the user UUID in the key.
Default Value Structure
Example of the Value Structure
Last updated