Skip to content

Commit 1720fb3

Browse files
authored
Merge branch 'dev' into feat/fix-mem-prompt
2 parents d268041 + 48da7ca commit 1720fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/mem_os/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def run_async_in_thread():
697697
thread.start()
698698

699699
def _filter_memories_by_threshold(
700-
self, memories: list[TextualMemoryItem], threshold: float = 0.30, min_num: int = 0
700+
self, memories: list[TextualMemoryItem], threshold: float = 0.30, min_num: int = 3
701701
) -> list[TextualMemoryItem]:
702702
"""
703703
Filter memories by threshold.

0 commit comments

Comments
 (0)