Text splitter that uses tiktoken encoder to count length.
Splitting text by recursively look at characters.
Recursively tries to split by different characters to find one that works.
Split the input text into smaller chunks based on predefined separators.
Return an instance of this class based on a specific language.
This method initializes the text splitter with language-specific separators.
Retrieve a list of separators specific to the given language.