Spaces:
Paused
Paused
Upload Index.py
Browse files
Index.py
CHANGED
@@ -82,7 +82,7 @@ def initialize_vectorstore():
|
|
82 |
|
83 |
def _text_splitter(doc):
|
84 |
text_splitter = RecursiveCharacterTextSplitter(
|
85 |
-
|
86 |
chunk_overlap=50,
|
87 |
length_function=len,
|
88 |
)
|
|
|
82 |
|
83 |
def _text_splitter(doc):
|
84 |
text_splitter = RecursiveCharacterTextSplitter(
|
85 |
+
chunk_size=1000,
|
86 |
chunk_overlap=50,
|
87 |
length_function=len,
|
88 |
)
|