From 8b681529b1392f9e71c62fc7a1a380be0f6e5f26 Mon Sep 17 00:00:00 2001 From: 0xideas Date: Thu, 14 Nov 2024 14:42:15 +0100 Subject: [PATCH] Update cognee/tasks/chunks/chunk_by_paragraph.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- cognee/tasks/chunks/chunk_by_paragraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tasks/chunks/chunk_by_paragraph.py b/cognee/tasks/chunks/chunk_by_paragraph.py index cfe73471a..c6abd5b9d 100644 --- a/cognee/tasks/chunks/chunk_by_paragraph.py +++ b/cognee/tasks/chunks/chunk_by_paragraph.py @@ -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 }