nickmuchi commited on
Commit
89f06cc
1 Parent(s): 9a368e2

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -106,7 +106,7 @@ def preprocess_plain_text(text,window_size=3):
106
  return passages
107
 
108
  @st.experimental_memo(suppress_st_warning=True)
109
- def chunk_and_process_text(text):
110
 
111
  """Chunk text longer than 500 tokens"""
112
 
 
106
  return passages
107
 
108
  @st.experimental_memo(suppress_st_warning=True)
109
+ def chunk_and_preprocess_text(text):
110
 
111
  """Chunk text longer than 500 tokens"""
112