Aymeric Roucher commited on
Commit
e8ee5f1
1 Parent(s): ed3dd8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ preprocessor = PreProcessor(
11
  split_length=200,
12
  split_respect_sentence_boundary=True,
13
  split_overlap=0,
14
- max_chars_check: int = 10_000
15
  )
16
 
17
  def chunk(text):
 
11
  split_length=200,
12
  split_respect_sentence_boundary=True,
13
  split_overlap=0,
14
+ max_chars_check=10_000
15
  )
16
 
17
  def chunk(text):