Spaces:
Sleeping
Sleeping
Allen Ding commited on
Commit ·
fb3840a
1
Parent(s): b950f71
Update
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ async def on_chat_start():
|
|
| 66 |
await msg.send()
|
| 67 |
|
| 68 |
text_splitter = RecursiveCharacterTextSplitter(
|
| 69 |
-
chunk_size=
|
| 70 |
-
chunk_overlap=
|
| 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 |
|