You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/src/main/java/com/microsoft/semantic/kernel/rag/splitting/ChunkEndCondition.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ public interface ChunkEndCondition {
8
8
9
9
/**
10
10
* Accepts a string and returns the number of character that should be considered as the end of
11
-
* the FIRST chunk within the string. This method will be subsiquently called until all pages
11
+
* the FIRST chunk within the string. This method will be subsequently called until all pages
12
12
* are found.
13
13
* <p>
14
14
* Return -1 if the value does not contain enough characters to be considered as a full chunk.
0 commit comments