Spaces:
Sleeping
Sleeping
Commit ·
069b91f
1
Parent(s): 6eb7e6d
Return to normal context
Browse files
query.py
CHANGED
|
@@ -74,8 +74,8 @@ class VectaraQuery():
|
|
| 74 |
'numResults': 50,
|
| 75 |
'corpusKey': corpora_key_list,
|
| 76 |
'context_config': {
|
| 77 |
-
'sentences_before':
|
| 78 |
-
'sentences_after':
|
| 79 |
'start_tag': "%START_SNIPPET%",
|
| 80 |
'end_tag': "%END_SNIPPET%",
|
| 81 |
},
|
|
|
|
| 74 |
'numResults': 50,
|
| 75 |
'corpusKey': corpora_key_list,
|
| 76 |
'context_config': {
|
| 77 |
+
'sentences_before': 2,
|
| 78 |
+
'sentences_after': 2,
|
| 79 |
'start_tag': "%START_SNIPPET%",
|
| 80 |
'end_tag': "%END_SNIPPET%",
|
| 81 |
},
|