Skip to content

Commit

Permalink
remove useless function
Browse files Browse the repository at this point in the history
Signed-off-by: xinyual <[email protected]>
  • Loading branch information
xinyual committed Mar 11, 2024
1 parent e169c34 commit fb37a4c
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,4 @@ public List<String> chunk(String content) {
return chunkResult;
}

/**
* Return the chunked passages for delimiter algorithm
*
* @param content input string
* @param parameters a map containing parameters, containing the following parameters
*/
@Override
public List<String> chunk(String content, Map<String, Object> parameters) {
return chunk(content);
}
}

0 comments on commit fb37a4c

Please sign in to comment.