chore: fix typo
This commit is contained in:
parent
97f9ff3dd8
commit
b10a0e7829
|
|
@ -165,7 +165,7 @@ fn create_embedding_params(
|
||||||
}
|
}
|
||||||
current_len = 0;
|
current_len = 0;
|
||||||
|
|
||||||
3 // Check if the grapheme itself is longer than max_content_len
|
// Check if the grapheme itself is longer than max_content_len
|
||||||
if grapheme_len > max_content_len {
|
if grapheme_len > max_content_len {
|
||||||
// Push the grapheme as a fragment on its own
|
// Push the grapheme as a fragment on its own
|
||||||
result.push(create_param(
|
result.push(create_param(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue