Skip to content

Commit

Permalink
fix java doc error
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Mar 8, 2024
1 parent d25d1e8 commit d4e1755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private List<String> tokenize(String content, String tokenizer, int maxTokenCoun
* 3. overlap_rate the overlapping degree for each chunked passage, indicating how many token comes from the previous passage
* 4. max_token_count the max token limit for the tokenizer
* @throws IllegalArgumentException If max_token_count and token_limit is not a positive integer
* @throws IllegalArgumentException If overlap_rate < 0 or overlap_rate > 0.5
* @throws IllegalArgumentException If overlap_rate is not within range [0, 0.5]
* @throws IllegalArgumentException If tokenizer is not a string
*/
@Override
Expand Down

0 comments on commit d4e1755

Please sign in to comment.