Spaces:
Sleeping
Sleeping
Commit
·
6a52ce6
1
Parent(s):
e7be8a5
Return to original 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 |
},
|