Update cognee/tasks/chunks/chunk_by_paragraph.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
73f24f9e4d
commit
8b681529b1
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def chunk_by_paragraph(data: str, paragraph_length: int = 1024, batch_paragraphs
|
|||
"text": current_chunk,
|
||||
"word_count": current_word_count,
|
||||
"chunk_id": uuid5(NAMESPACE_OID, current_chunk),
|
||||
"paragrapg_ids": paragraph_ids,
|
||||
"paragraph_ids": paragraph_ids,
|
||||
"chunk_index": chunk_index,
|
||||
"cut_type": last_cut_type
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue