eliza icon indicating copy to clipboard operation
eliza copied to clipboard

Smol one; Matched fragment log not showing similarity score

Open yoniebans opened this issue 1 year ago • 0 comments

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

Screenshot 2024-11-26 at 2 45 56 PM

N/A

yoniebans avatar Nov 26 '24 13:11 yoniebans