eliza
eliza copied to clipboard
Smol one; Matched fragment log not showing similarity score
Describe the bug
Similarity score not logging correctly when searching memory fragments. We're logging message.similarity instead of memory.similarity which is resulting in undefined for the similarity score between a message and a memory.
To Reproduce
Run the code and search for Matched fragment: in the logs. You will see undefined for the similarity score.
Expected behavior
I expect to see the similarity score for each matched memory fragment as per the code's intended logic.
Screenshots
N/A