fastx commited on
Commit
2fcd52a
·
1 Parent(s): 262205c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def construct_index(directory_path):
11
 
12
  max_input_size = 4096
13
 
14
- num_outputs = 2000
15
 
16
  max_chunk_overlap = 20
17
 
 
11
 
12
  max_input_size = 4096
13
 
14
+ num_outputs = 4096
15
 
16
  max_chunk_overlap = 20
17