Update chunk_python_code.py
Browse files- chunk_python_code.py +1 -0
chunk_python_code.py
CHANGED
@@ -101,6 +101,7 @@ def _chunk_python_code_by_character(python_code):
|
|
101 |
chunk_size=512,
|
102 |
chunk_overlap=128,
|
103 |
separators=[]
|
|
|
104 |
|
105 |
chunks = text_splitter.split_text(text)
|
106 |
doc = Document(
|
|
|
101 |
chunk_size=512,
|
102 |
chunk_overlap=128,
|
103 |
separators=[]
|
104 |
+
)
|
105 |
|
106 |
chunks = text_splitter.split_text(text)
|
107 |
doc = Document(
|