dinhquangson commited on
Commit
09c532f
1 Parent(s): eabed91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def get_text_chunks(pages):
62
  chunk_size=1024, chunk_overlap=64
63
  )
64
  texts = text_splitter.split_documents(pages)
 
65
  return texts
66
 
67
 
 
62
  chunk_size=1024, chunk_overlap=64
63
  )
64
  texts = text_splitter.split_documents(pages)
65
+ print(str(len(texts)))
66
  return texts
67
 
68