DeepVen commited on
Commit
8af8d67
1 Parent(s): 1449087

Upload Index.py

Browse files
Files changed (1) hide show
  1. Index.py +1 -1
Index.py CHANGED
@@ -82,7 +82,7 @@ def initialize_vectorstore():
82
 
83
  def _text_splitter(doc):
84
  text_splitter = RecursiveCharacterTextSplitter(
85
- #chunk_size=500,
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
  )