mgreg555 commited on
Commit
800d5f0
·
verified ·
1 Parent(s): 8a087e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ for i, page in enumerate(reader.pages):
38
 
39
  text_splitter = CharacterTextSplitter(
40
  separator = "\n",
41
- chunk_size = 1000,
42
- chunk_overlap = 200,
43
  length_function = len,
44
  )
45
  texts = text_splitter.split_text(raw_text)
 
38
 
39
  text_splitter = CharacterTextSplitter(
40
  separator = "\n",
41
+ chunk_size = 800,
42
+ chunk_overlap = 150,
43
  length_function = len,
44
  )
45
  texts = text_splitter.split_text(raw_text)