We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f52bb commit a8b99c1Copy full SHA for a8b99c1
1 file changed
integrations/mem0/src/haystack_integrations/memory_stores/mem0/filters.py
@@ -77,8 +77,6 @@ def _build_search_filters(
77
if value
78
]
79
80
- # TODO How should we handle an OR operator at the top-level?
81
- # TODO Should we check for duplicate condition entries when combining filters and IDs?
82
if filters:
83
if filters.get("operator", "").upper() == "AND" and "conditions" in filters:
84
conditions.extend(filters["conditions"])
0 commit comments