We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb6ef6 commit eae0eb2Copy full SHA for eae0eb2
src/crewai/memory/user/user_memory.py
@@ -37,7 +37,7 @@ def search(
37
limit: int = 3,
38
score_threshold: float = 0.35,
39
):
40
- results = super().search(
+ results = self.storage.search(
41
query=query,
42
limit=limit,
43
score_threshold=score_threshold,
0 commit comments