-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery_request.json
42 lines (41 loc) · 1.26 KB
/
query_request.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"query": [
{
"query": "i need help with a legal metter pertaining to data in schools what legislation can help me?",
"start": 0,
"numResults": 10,
"contextConfig": {
"charsBefore": 30,
"charsAfter": 30,
"sentencesBefore": 3,
"sentencesAfter": 3,
"startTag": "<b>",
"endTag": "</b>"
},
"corpusKey": [
{
"customerId": 1236398232,
"corpusId": 3,
"semantics": "DEFAULT",
"dim": [
{
"name": "string",
"weight": 0
}
],
"metadataFilter": "part.lang = 'eng'",
"lexicalInterpolationConfig": {
"lambda": 0
}
}
],
"summary": [
{
"summarizerPromptName": "vectara-summary-ext-v1.2.0",
"maxSummarizedResults": 3,
"responseLang": "eng"
}
]
}
]
}