Allen Ding commited on
Commit
fb3840a
·
1 Parent(s): b950f71
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ async def on_chat_start():
66
  await msg.send()
67
 
68
  text_splitter = RecursiveCharacterTextSplitter(
69
- chunk_size=300,
70
- chunk_overlap=0,
71
  length_function=tiktoken_len,
72
  )
73
 
 
66
  await msg.send()
67
 
68
  text_splitter = RecursiveCharacterTextSplitter(
69
+ chunk_size=500,
70
+ chunk_overlap=50,
71
  length_function=tiktoken_len,
72
  )
73