ppsingh commited on
Commit
211bfa3
1 Parent(s): 1ae8098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.MatchAny(value=sources)
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",