We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13b91e commit bf45db2Copy full SHA for bf45db2
src/memos/memories/textual/prefer_text_memory/retrievers.py
@@ -136,7 +136,7 @@ def retrieve(
136
137
# filter explicit mem by score bigger than threshold
138
explicit_prefs_mem = [
139
- item for item in explicit_prefs_mem if explicit_id_scores.get(item.id, 0) >= 2.0
+ item for item in explicit_prefs_mem if explicit_id_scores.get(item.id, 0) >= 0.0
140
]
141
142
return explicit_prefs_mem + implicit_prefs_mem
0 commit comments