Specifies which tokenizer to use for the chunking process.
This type supports two ways of specifying a tokenizer:
Tokenizer
When using a string, any valid Hugging Face tokenizer ID can be specified, which will be loaded using the Hugging Face tokenizers library.
Use any Hugging Face tokenizer by specifying its model ID Examples: "Qwen/Qwen-tokenizer", "facebook/bart-large"
Specifies which tokenizer to use for the chunking process.
This type supports two ways of specifying a tokenizer:
Tokenizer
enumWhen using a string, any valid Hugging Face tokenizer ID can be specified, which will be loaded using the Hugging Face tokenizers library.