Spaces:
Running
on
T4
Running
on
T4
error fix
Browse files- 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 |
|