Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ async def chat(query,history,sources,reports,subtype,year):
|
|
115 |
filter=rest.Filter(
|
116 |
must=[rest.FieldCondition(
|
117 |
key="metadata.source",
|
118 |
-
match=rest.
|
119 |
),
|
120 |
rest.FieldCondition(
|
121 |
key="metadata.subtype",
|
|
|
115 |
filter=rest.Filter(
|
116 |
must=[rest.FieldCondition(
|
117 |
key="metadata.source",
|
118 |
+
match=rest.MatchValue(value=sources)
|
119 |
),
|
120 |
rest.FieldCondition(
|
121 |
key="metadata.subtype",
|