Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jan 10, 2025
1 parent 3eb532c commit 38fce46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/components/preprocessors/test_recursive_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,6 @@ def test_run_trigger_dealing_with_remaining_char_larger_than_split_length():


def test_run_custom_split_by_dot_and_overlap_3_char_unit():
pass

document_splitter = RecursiveDocumentSplitter(separators=["."], split_length=4, split_overlap=0, split_unit="word")
text = "\x0c\x0c Sentence on page 5."
chunks = document_splitter._fall_back_to_fixed_chunking(text, split_units="word")
Expand Down

0 comments on commit 38fce46

Please sign in to comment.