|
|
|
|
|
by bravura
582 days ago
|
|
One thing I've been looking for, and was a bit tricky implementing myself to be very fast, is this: I have a particular max token length in mind, and I have a tokenizer like tiktoken. I have a string and I want to quickly find the maximum length truncation of the string that is <= target max token length. Does chonkie handle this? |
|
Is that what you meant?