fix: create child chunk (#18209)

Co-authored-by: devxing <devxing@gmail.com>
pull/18148/head^2
devxing 10 months ago committed by GitHub
parent cac0d3c33e
commit e912928cce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2025,7 +2025,7 @@ class SegmentService:
dataset_id=dataset.id,
document_id=document.id,
segment_id=segment.id,
position=max_position + 1,
position=max_position + 1 if max_position else 1,
index_node_id=index_node_id,
index_node_hash=index_node_hash,
content=content,

Loading…
Cancel
Save