|
|
|
@ -230,7 +230,7 @@ const StepTwo = ({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
parent_mode: parentChildConfig.chunkForContext,
|
|
|
|
parent_mode: parentChildConfig.chunkForContext,
|
|
|
|
subchunk_segmentation: {
|
|
|
|
subchunk_segmentation: {
|
|
|
|
separator: parentChildConfig.child.delimiter,
|
|
|
|
separator: unescape(parentChildConfig.child.delimiter),
|
|
|
|
max_tokens: parentChildConfig.child.maxLength,
|
|
|
|
max_tokens: parentChildConfig.child.maxLength,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}, // api will check this. It will be removed after api refactored.
|
|
|
|
}, // api will check this. It will be removed after api refactored.
|
|
|
|
|