Skip to content

Commit

Permalink
docs: Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dexters1 committed Jan 23, 2025
1 parent 7dea1d5 commit 844d99c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cognee/tasks/chunks/chunk_by_paragraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def chunk_by_paragraph(
vector_engine = get_vector_engine()
embedding_engine = vector_engine.embedding_engine

# embedding_model = embedding_engine.model.split("/")[-1]

for paragraph_id, sentence, word_count, end_type in chunk_by_sentence(
data, maximum_length=paragraph_length
):
Expand Down

0 comments on commit 844d99c

Please sign in to comment.