Spaces:
Paused
Paused
Commit
·
a4fc8e8
1
Parent(s):
261f82f
Update app.py
Browse files
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=
|
| 37 |
)
|
| 38 |
|
| 39 |
embeddings = OpenAIEmbeddings()
|
|
|
|
| 33 |
|
| 34 |
text_splitter = RecursiveCharacterTextSplitter(
|
| 35 |
chunk_size=500,
|
| 36 |
+
chunk_overlap=50,
|
| 37 |
)
|
| 38 |
|
| 39 |
embeddings = OpenAIEmbeddings()
|