Skip to content

Commit a8b99c1

Browse files
committed
remove todos
1 parent 44f52bb commit a8b99c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • integrations/mem0/src/haystack_integrations/memory_stores/mem0

integrations/mem0/src/haystack_integrations/memory_stores/mem0/filters.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ def _build_search_filters(
7777
if value
7878
]
7979

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?
8280
if filters:
8381
if filters.get("operator", "").upper() == "AND" and "conditions" in filters:
8482
conditions.extend(filters["conditions"])

0 commit comments

Comments
 (0)