Update query.py
Browse files
query.py
CHANGED
@@ -55,7 +55,7 @@ class VectaraQuery():
|
|
55 |
{
|
56 |
'responseLang': 'eng',
|
57 |
'maxSummarizedResults': 5,
|
58 |
-
'summarizerPromptName': 'vectara-experimental-summary-ext-2023-12-11-
|
59 |
'chat': {
|
60 |
'store': True,
|
61 |
'conversationId': self.conv_id
|
|
|
55 |
{
|
56 |
'responseLang': 'eng',
|
57 |
'maxSummarizedResults': 5,
|
58 |
+
'summarizerPromptName': 'vectara-experimental-summary-ext-2023-12-11-large', # Note: this promptName requires Vectara Scale plan
|
59 |
'chat': {
|
60 |
'store': True,
|
61 |
'conversationId': self.conv_id
|