andreinigo commited on
Commit
a4fc8e8
·
1 Parent(s): 261f82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with open('reglamento-avianca.txt', 'r', encoding="utf-8") as file:
33
 
34
  text_splitter = RecursiveCharacterTextSplitter(
35
  chunk_size=500,
36
- chunk_overlap=0,
37
  )
38
 
39
  embeddings = OpenAIEmbeddings()
 
33
 
34
  text_splitter = RecursiveCharacterTextSplitter(
35
  chunk_size=500,
36
+ chunk_overlap=50,
37
  )
38
 
39
  embeddings = OpenAIEmbeddings()