fastx commited on
Commit
df0c29a
·
1 Parent(s): 1000519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,9 +9,9 @@ from IPython.display import Markdown, display
9
 
10
  def construct_index(directory_path):
11
 
12
- max_input_size = max_length
13
 
14
- num_outputs = max_length
15
 
16
  max_chunk_overlap = 20
17
 
 
9
 
10
  def construct_index(directory_path):
11
 
12
+ max_input_size = 5000
13
 
14
+ num_outputs = 20000
15
 
16
  max_chunk_overlap = 20
17