Chris4K commited on
Commit
1eb16db
1 Parent(s): 4b0ad01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -99,14 +99,14 @@ def load_txt(path="./a.cv.ckaller.2024.txt"):
99
 
100
  ######
101
  # split the document into chunks
102
- ''' __text_splitter = QQQSplitter(
103
- chunk_size=1500,
104
- chunk_overlap=250,
105
- length_function=len,
106
- is_separator_regex=False,
107
- )
108
- __document_chunks = __text_splitter.split(document)
109
- '''
110
 
111
  #######
112
  '''
 
99
 
100
  ######
101
  # split the document into chunks
102
+ #''' __text_splitter = QQQSplitter(
103
+ # chunk_size=1500,
104
+ # chunk_overlap=250,
105
+ # length_function=len,
106
+ # is_separator_regex=False,
107
+ # )
108
+ # __document_chunks = __text_splitter.split(document)
109
+ # '''
110
 
111
  #######
112
  '''