Spaces:
Runtime error
Runtime error
Update query.py
Browse files
query.py
CHANGED
@@ -55,12 +55,12 @@ class VectaraQuery():
|
|
55 |
{
|
56 |
'responseLang': 'eng',
|
57 |
'maxSummarizedResults': 5,
|
58 |
-
|
59 |
'chat': {
|
60 |
'store': True,
|
61 |
'conversationId': self.conv_id
|
62 |
},
|
63 |
-
|
64 |
}
|
65 |
]
|
66 |
}
|
|
|
55 |
{
|
56 |
'responseLang': 'eng',
|
57 |
'maxSummarizedResults': 5,
|
58 |
+
# 'summarizerPromptName': 'vectara-experimental-summary-ext-2023-12-11-sml',
|
59 |
'chat': {
|
60 |
'store': True,
|
61 |
'conversationId': self.conv_id
|
62 |
},
|
63 |
+
# 'debug': True,
|
64 |
}
|
65 |
]
|
66 |
}
|