whitespace

This commit is contained in:
Steve Byerly
2023-04-17 02:30:24 +00:00
committed by Pi
parent 6ac9ce614a
commit 8637b8b61b

View File

@@ -56,7 +56,7 @@ def split_file(
"""
Split text into chunks of a specified maximum length with a specified overlap
between chunks.
:param content: The input text to be split into chunks
:param max_length: The maximum length of each chunk,
default is 4000 (about 1k token)