瀏覽代碼

fix: create child chunk (#18209)

Co-authored-by: devxing <devxing@gmail.com>
tags/1.3.0
devxing 6 月之前
父節點
當前提交
e912928cce
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      api/services/dataset_service.py

+ 1
- 1
api/services/dataset_service.py 查看文件

@@ -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…
取消
儲存