ppsingh commited on
Commit
7512809
·
1 Parent(s): 0ddb79b
Files changed (1) hide show
  1. utils/retriever.py +1 -0
utils/retriever.py CHANGED
@@ -103,6 +103,7 @@ def create_filter(
103
  key=f"metadata.{key}",
104
  match=rest.MatchAny(any=val)
105
  )
 
106
  return conditions
107
 
108
 
 
103
  key=f"metadata.{key}",
104
  match=rest.MatchAny(any=val)
105
  )
106
+ )
107
  return conditions
108
 
109