Skip to content

Commit

Permalink
fix TextSplitter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Aug 5, 2024
1 parent 5df7c5b commit 9d04d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class TextSplitter {
private boolean verbose;

public TextSplitter(boolean verbose) {
this(true,1000,100,100)
this(true,1000,100,100);
}

public TextSplitter(boolean verbose, int maxSectionLength, int sentenceSearchLimit, int sectionOverlap) {
Expand Down

0 comments on commit 9d04d3f

Please sign in to comment.