mojuss commited on
Commit
6034dfc
·
verified ·
1 Parent(s): 678845f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ messages = [
21
  def construct_index(directory_path):
22
  max_input_size = 4096
23
  num_outputs = 512
24
- max_chunk_overlap = 20
25
  chunk_size_limit = 1000
26
  temperature = 0.1
27
 
 
21
  def construct_index(directory_path):
22
  max_input_size = 4096
23
  num_outputs = 512
24
+ max_chunk_overlap = 0.05
25
  chunk_size_limit = 1000
26
  temperature = 0.1
27