mirror of https://github.com/langgenius/dify.git
fix: parent child has no overlap
This commit is contained in:
parent
6ea333fb44
commit
0006852b5b
|
|
@ -226,7 +226,6 @@ const StepTwo = ({
|
|||
parentChildConfig.parent.delimiter,
|
||||
),
|
||||
max_tokens: parentChildConfig.parent.maxLength,
|
||||
chunk_overlap: overlap,
|
||||
},
|
||||
parent_mode: parentChildConfig.chunkForContext,
|
||||
subchunk_segmentation: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue