This search works fine in the Vectara web app but using the cURL generated by clicking on Inspect does not and I get this reponse: {"responseSet":[{"response":[], "status":[], "document":[], "generated":[], "summary":[], "futureId":1}], "status":[{"code":"QRY__TIMEOUT", "statusDetail":"Operation timed out. Results are partial.", "cause":null}], "metrics":null}
cURL request
-H "Authorization: [Bearer XXX]" \
-H "customer-id: 3279618736" \
https://api.vectara.io:443/v1/query \
-d @- <<END;
{
"query": [
{
"query": "Ongoing increases in the target range will be appropriate",
"queryContext": "",
"start": 0,
"numResults": 10,
"contextConfig": {
"charsBefore": 0,
"charsAfter": 0,
"sentencesBefore": 2,
"sentencesAfter": 2,
"startTag": "%START_SNIPPET%",
"endTag": "%END_SNIPPET%"
},
"corpusKey": [
{
"customerId": 3279618736,
"corpusId": 2,
"semantics": 0,
"metadataFilter": "doc.country_iso_2='us' and doc.date>='2022-01-01' and doc.date<='2023-09-18'",
"lexicalInterpolationConfig": {
"lambda": 1
},
"dim": []
}
],
"summary": []
}
]
}
END```