Update app.py
Browse files
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 =
|
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 |
|