Whether to check the token length of inputs and automatically split inputs
longer than embedding_ctx_length.
Set to False to send raw text strings directly to the API instead of
tokenizing. Useful for many non-OpenAI providers (e.g. OpenRouter, Ollama,
vLLM).
check_embedding_ctx_length: bool = True