Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,8 @@ def invoke(openai_api_key, prompt, rag_option):
|
|
32 |
### Post-retrieval processing: result filter
|
33 |
match_stage = {
|
34 |
"$match": {
|
35 |
-
"accommodates": { "$
|
36 |
-
"bedrooms": { "$
|
37 |
}
|
38 |
}
|
39 |
|
|
|
32 |
### Post-retrieval processing: result filter
|
33 |
match_stage = {
|
34 |
"$match": {
|
35 |
+
"accommodates": { "$eq": 2},
|
36 |
+
"bedrooms": { "$eq": 1}
|
37 |
}
|
38 |
}
|
39 |
|