david-oplatka commited on
Commit
069b91f
1 Parent(s): 6eb7e6d

Return to normal context

Browse files
Files changed (1) hide show
  1. query.py +2 -2
query.py CHANGED
@@ -74,8 +74,8 @@ class VectaraQuery():
74
  'numResults': 50,
75
  'corpusKey': corpora_key_list,
76
  'context_config': {
77
- 'sentences_before': 3,
78
- 'sentences_after': 3,
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
  },