Text splitter that uses tiktoken encoder to count length.
Splitting text to tokens using sentence model tokenizer.
The number of tokens per chunk.
If None, uses the maximum tokens allowed by the model.
Additional parameters for model initialization. Parameters of sentence_transformers.SentenceTransformer can be used.