You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Similarity score not logging correctly when searching memory fragments. We're logging
message.similarity
instead ofmemory.similarity
which is resulting inundefined
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 seeundefined
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
The text was updated successfully, but these errors were encountered: